dplug v6.0.22
Dub
Repo
TrueColorImage
dplug
graphics
jpegload
nothrow @
nogc
class
TrueColorImage {
struct
Data
;
nothrow @
nogc
Data
imageData
;
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
Functions
height
int
height
()
.
width
int
width
()
.
Structs
Data
struct
Data
.
Variables
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