mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
(BitmapWithAlpha): another special case.
This commit is contained in:
@@ -177,6 +177,10 @@ namespace GameRes
|
||||
return ReadBitmapWithAlpha (file, info);
|
||||
}
|
||||
}
|
||||
else if (0x20 == info.BPP && (info.ImageLength - (width_x_height * 3 + info.ImageOffset)) <= 2)
|
||||
{
|
||||
return ReadBitmapBGRA (file, info);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user