dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
PNGChunk
dlib
image
io
png
Undocumented in source.
struct
PNGChunk {
uint
length
;
ubyte
[
4
]
type
;
ubyte
[]
data
;
uint
crc
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
crc
uint
crc
;
Undocumented in source.
data
ubyte
[]
data
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
type
ubyte
[
4
]
type
;
Undocumented in source.
Meta
Source
See Implementation
dlib
image
io
png
classes
PNGLoadException
enums
BlendOp
ColorType
DisposeOp
FilterMethod
functions
blitFrame
crc32
disposeFrame
err
fillFrame
filter
getColor
loadAPNG
loadPNG
paeth
readChunk
readIHDR
saveAPNG
savePNG
suc
static variables
IDAT
IEND
IHDR
PLTE
PNGSignature
acTL
bKGD
dSIG
fRAc
fcTL
fdAT
gIFg
gIFt
gIFx
iTXt
oFFs
pCAL
sCAL
sTER
tEXt
tRNS
vpAg
zTXt
structs
AnimationControlChunk
FrameControlChunk
OffsetChunk
PNGChunk
PNGHeader
PNGImage