dlangui v0.9.188 (2022-10-08T18:27:24Z)
Home
Dub
Repo
PNGChunk
dimage
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
dimage
png
classes
PNGLoadException
enums
ColorType
FilterMethod
functions
crc32
filter
loadPNG
paeth
savePNG
static variables
IDAT
IEND
IHDR
PLTE
PNGSignature
bKGD
iTXt
tEXt
tRNS
zTXt
structs
PNGChunk
PNGHeader