(Jpeg, Bmp): increase priority.

This commit is contained in:
morkt 2023-10-27 04:13:30 +04:00
parent e852ea5a82
commit 0758496dd8
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace GameRes
}
[Export(typeof(ImageFormat))]
[ExportMetadata("Priority", 10)]
public sealed class BmpFormat : ImageFormat
{
public override string Tag { get { return "BMP"; } }

View File

@ -34,6 +34,7 @@ using GameRes.Utility;
namespace GameRes
{
[Export(typeof(ImageFormat))]
[ExportMetadata("Priority", 10)]
public class JpegFormat : ImageFormat
{
public override string Tag { get { return "JPEG"; } }