loadBitmapSheetFromImage

Creates a bitmap sheet from an image file. This one doesn't require embedded data.

T[]
loadBitmapSheetFromImage
(
T
)
(
Image img
,
int x
,
int y
)
if (
T.stringof == Bitmap4Bit.stringof ||
T.stringof == Bitmap8Bit.stringof
||
T.stringof == Bitmap16Bit.stringof
||
T.stringof == Bitmap32Bit.stringof
)

Meta