(TifFormat): enabled in release build.

This commit is contained in:
morkt 2015-10-30 08:53:40 +04:00
parent 6d22544732
commit 91110ad1df

View File

@ -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"; } }