mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace GameRes.Formats.NekoSDK
|
||||
[Export(typeof(IBmpExtension))]
|
||||
public class AlpBitmap : IBmpExtension
|
||||
{
|
||||
public ImageData Read (Stream file, BmpMetaData info)
|
||||
public ImageData Read (IBinaryStream file, BmpMetaData info)
|
||||
{
|
||||
if (info.BPP != 24 && info.BPP != 32 || !file.CanSeek)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user