mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(TifFormat): enabled in release build.
This commit is contained in:
@@ -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"; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user