mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-12 04:49:32 +08:00
(DrgIndexedFormat): changed Tag property.
This commit is contained in:
parent
30e7a470d3
commit
0bc57de734
@ -428,15 +428,10 @@ namespace GameRes.Formats.DRS
|
|||||||
[Export(typeof(ImageFormat))]
|
[Export(typeof(ImageFormat))]
|
||||||
public class DrgIndexedFormat : ImageFormat
|
public class DrgIndexedFormat : ImageFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "DRG"; } }
|
public override string Tag { get { return "GGD"; } }
|
||||||
public override string Description { get { return "Digital Romance System indexed image format"; } }
|
public override string Description { get { return "Digital Romance System indexed image format"; } }
|
||||||
public override uint Signature { get { return ~0x47363532u; } } // '256G'
|
public override uint Signature { get { return ~0x47363532u; } } // '256G'
|
||||||
|
|
||||||
public DrgIndexedFormat ()
|
|
||||||
{
|
|
||||||
Extensions = new string[] { "ggd" };
|
|
||||||
}
|
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (Stream stream)
|
public override ImageMetaData ReadMetaData (Stream stream)
|
||||||
{
|
{
|
||||||
using (var input = new ArcView.Reader (stream))
|
using (var input = new ArcView.Reader (stream))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user