ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
FIImage
ws
file
freeimage
Undocumented in source.
version(WsFreeImage)
class
FIImage {
FREE_IMAGE_FORMAT
type
;
FIBITMAP
*
dib
;
int
width
;
int
height
;
int
colors
;
int
depth
;
FREE_IMAGE_COLOR_TYPE
format
;
byte
[]
data
;
this
(string path);
~this
();
}
Constructors
this
this
(string path)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
colors
int
colors
;
Undocumented in source.
data
byte
[]
data
;
depth
int
depth
;
Undocumented in source.
dib
FIBITMAP
*
dib
;
Undocumented in source.
format
FREE_IMAGE_COLOR_TYPE
format
;
height
int
height
;
Undocumented in source.
type
FREE_IMAGE_FORMAT
type
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
ws
file
freeimage
classes
FIImage