dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
TrueColorImage
dplug
graphics
jpegload
Undocumented in source.
nothrow @
nogc
class
TrueColorImage {
struct
Data
;
nothrow @
nogc
Data
imageData
;
alias
data
=
imageData
.
bytes
;
nothrow @
nogc
int
_width
;
nothrow @
nogc
int
_height
;
int
width
();
int
height
();
this
(int w, int h, ubyte[] data);
}
Constructors
this
this
(int w, int h, ubyte[] data)
Creates with existing data. The data pointer is stored here.
Members
Aliases
data
alias
data
=
imageData
.
bytes
Undocumented in source.
Functions
height
int
height
()
.
width
int
width
()
.
Structs
Data
struct
Data
.
Variables
_height
int
_height
;
Undocumented in source.
_width
int
_width
;
Undocumented in source.
imageData
Data
imageData
;
.
Meta
Source
See Implementation
dplug
graphics
jpegload
aliases
JpegStreamReadFunc
classes
TrueColorImage
functions
decompress_jpeg_image_from_memory
decompress_jpeg_image_from_stream
detect_jpeg_image_from_memory
detect_jpeg_image_from_stream