mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(JpegFormat): added common signature.
This commit is contained in:
parent
72eff1fb2c
commit
6c0f5a0d80
@ -44,6 +44,7 @@ namespace GameRes
|
||||
public JpegFormat ()
|
||||
{
|
||||
Extensions = new string[] { "jpg", "jpeg" };
|
||||
Signatures = new uint[] { 0xe0ffd8ffu, 0 };
|
||||
Quality = 90;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user