mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 04:29:15 +08:00
(TifFormat): enabled in release build.
This commit is contained in:
parent
6d22544732
commit
91110ad1df
@ -32,12 +32,7 @@ using GameRes.Utility;
|
|||||||
|
|
||||||
namespace GameRes
|
namespace GameRes
|
||||||
{
|
{
|
||||||
#if DEBUG
|
|
||||||
// FIXME
|
|
||||||
// .Net TIFF encoder messes up transparency,
|
|
||||||
// therefore this class is disabled in release build
|
|
||||||
[Export(typeof(ImageFormat))]
|
[Export(typeof(ImageFormat))]
|
||||||
#endif
|
|
||||||
public class TifFormat : ImageFormat
|
public class TifFormat : ImageFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "TIFF"; } }
|
public override string Tag { get { return "TIFF"; } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user