dlangui v0.9.188 (2022-10-08T18:27:24Z)
Home
Dub
Repo
JPEGImage.SOF0
dimage
jpeg
JPEGImage
Undocumented in source.
struct
JPEGImage
struct
SOF0 {
ubyte
precision
;
ushort
height
;
ushort
width
;
ubyte
componentsNum
;
SOF0Component
[]
components
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
components
SOF0Component
[]
components
;
Undocumented in source.
componentsNum
ubyte
componentsNum
;
Undocumented in source.
height
ushort
height
;
Undocumented in source.
precision
ubyte
precision
;
Undocumented in source.
width
ushort
width
;
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