mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(JpegFormat): added common signature.
This commit is contained in:
@@ -44,6 +44,7 @@ namespace GameRes
|
|||||||
public JpegFormat ()
|
public JpegFormat ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "jpg", "jpeg" };
|
Extensions = new string[] { "jpg", "jpeg" };
|
||||||
|
Signatures = new uint[] { 0xe0ffd8ffu, 0 };
|
||||||
Quality = 90;
|
Quality = 90;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user