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