mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Jpeg, Bmp): increase priority.
This commit is contained in:
@@ -47,6 +47,7 @@ namespace GameRes
|
|||||||
}
|
}
|
||||||
|
|
||||||
[Export(typeof(ImageFormat))]
|
[Export(typeof(ImageFormat))]
|
||||||
|
[ExportMetadata("Priority", 10)]
|
||||||
public sealed class BmpFormat : ImageFormat
|
public sealed class BmpFormat : ImageFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "BMP"; } }
|
public override string Tag { get { return "BMP"; } }
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ using GameRes.Utility;
|
|||||||
namespace GameRes
|
namespace GameRes
|
||||||
{
|
{
|
||||||
[Export(typeof(ImageFormat))]
|
[Export(typeof(ImageFormat))]
|
||||||
|
[ExportMetadata("Priority", 10)]
|
||||||
public class JpegFormat : ImageFormat
|
public class JpegFormat : ImageFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "JPEG"; } }
|
public override string Tag { get { return "JPEG"; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user