pixelperfectengine v0.9.4-beta3 (2019-10-18T18:09:33Z)
Dub
Repo
loadBitmapFromFile
PixelPerfectEngine
system
file
Loads a bitmap from disk. Currently supported formats: *.tga, *.png
T
loadBitmapFromFile
(
T
)
(
string
filename
)
if
(
T.stringof
==
Bitmap4Bit.stringof
||
T.stringof
==
Bitmap8Bit.stringof
||
T.stringof
==
Bitmap16Bit.stringof
||
T.stringof
==
Bitmap32Bit.stringof
)
Meta
Source
See Implementation
PixelPerfectEngine
system
file
functions
loadBitmapFromFile
loadBitmapFromImage
loadBitmapFromXMP
loadBitmapSheetFromFile
loadBitmapSheetFromImage
loadFileFromDisk
loadImage
loadPaletteFromFile
loadPaletteFromImage
loadPaletteFromXMP
loadSoundFromFile
structs
RIFFHeader
Loads a bitmap from disk. Currently supported formats: *.tga, *.png