dimage ~master (2018-12-17T02:05:41Z)
Dub
Repo
TGA.this
dimage
tga
TGA
Creates a TGA object without a footer.
this
(
TGAHeader
header
,
ubyte
[]
imageData
,
ubyte
[]
paletteData
=
null
,
char
[]
imageID
=
null
)
class
TGA
this
(
TGAHeader
header
,
ubyte
[]
imageData
,
ubyte
[]
paletteData
= null
,
char
[]
imageID
= null
)
this
(
TGAHeader
header
,
TGAFooter
footer
,
ubyte
[]
imageData
,
ubyte
[]
paletteData
=
null
,
char
[]
imageID
=
null
)
Meta
Source
See Implementation
dimage
tga
TGA
constructors
this
functions
addEmbeddedData
createExtensionArea
getDevAreaInfo
getEmbeddedData
getHeader
getImageType
getPixelOrder
getPixelOrderBitshift
save
static functions
load
variables
colorCorrectionTable
postageStampImage
scanlineTable
Creates a TGA object without a footer.