mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(WMK): moved to ArcFormats project.
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
<Compile Include="Cmvs\HuffmanDecoder.cs" />
|
||||
<Compile Include="Crowd\ImageCRZ.cs" />
|
||||
<Compile Include="CsWare\ArcDAT.cs" />
|
||||
<Compile Include="CsWare\ImageB5.cs" />
|
||||
<Compile Include="CsWare\ImageBPC.cs" />
|
||||
<Compile Include="Cyberworks\ArcApp.cs" />
|
||||
<Compile Include="Cyberworks\ArcP8.cs" />
|
||||
@@ -137,6 +138,7 @@
|
||||
<Compile Include="elf\ImageRMT.cs" />
|
||||
<Compile Include="Emote\ImageDREF.cs" />
|
||||
<Compile Include="FC01\ArcPAK.cs" />
|
||||
<Compile Include="FC01\ImageWMK.cs" />
|
||||
<Compile Include="FrontWing\ArcVAV.cs" />
|
||||
<Compile Include="Groover\ArcPCG.cs" />
|
||||
<Compile Include="HCSystem\ArcPAK.cs" />
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace GameRes.Formats.Cocktail
|
||||
|
||||
public override ImageData Read (IBinaryStream file, ImageMetaData info)
|
||||
{
|
||||
file.Position = 0x10;
|
||||
file.Position = 8;
|
||||
var pixels = file.ReadBytes ((int)info.Width * (int)info.Height);
|
||||
return ImageData.Create (info, PixelFormats.Gray8, null, pixels);
|
||||
}
|
||||
Reference in New Issue
Block a user