sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Image.dataArray
sbylib
wrapper
freeimage
image
Image
Returns the raw image data as T[].
class
Image
T
[]
dataArray
(
T
=
ubyte
)
(
)
Return Value
Type:
T
[]
an array pointing to the raw data.
Meta
Source
See Implementation
sbylib
wrapper
freeimage
image
Image
constructors
this
destructors
~this
functions
bpp
channels
dataArray
flipHorizontal
flipVertical
height
imageType
palette
rawPointer
save
saveAsBmp
saveAsExr
saveAsJ2k
saveAsJp2
saveAsJpeg
saveAsPbm
saveAsPgm
saveAsPng
saveAsPpm
saveAsTiff
to32bit
width
static functions
load
Returns the raw image data as T[].