dlangui v0.9.145 (2017-09-25T09:39:15Z)
Home
Dub
Repo
JPEGImage.JFIF
dimage
jpeg
JPEGImage
Undocumented in source.
struct
JPEGImage
struct
JFIF {
ubyte
versionMajor
;
ubyte
versionMinor
;
ubyte
units
;
ushort
xDensity
;
ushort
yDensity
;
ubyte
thumbnailWidth
;
ubyte
thumbnailHeight
;
ubyte
[]
thumbnail
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
thumbnail
ubyte
[]
thumbnail
;
Undocumented in source.
thumbnailHeight
ubyte
thumbnailHeight
;
Undocumented in source.
thumbnailWidth
ubyte
thumbnailWidth
;
Undocumented in source.
units
ubyte
units
;
Undocumented in source.
versionMajor
ubyte
versionMajor
;
Undocumented in source.
versionMinor
ubyte
versionMinor
;
Undocumented in source.
xDensity
ushort
xDensity
;
Undocumented in source.
yDensity
ushort
yDensity
;
Undocumented in source.
Meta
Source
See Implementation
dimage
jpeg
JPEGImage
functions
addDHT
addDQT
free
getHuffmanTable
getQuantizationTable
structs
DHT
DQT
JFIF
SOF0
SOF0Component
SOS
SOSComponent
variables
dht
dqt
jfif
sof0
sos