plot2kill v0.0.2 (2015-03-25T20:49:06Z)
Dub
Repo
Chunk
plot2kill
png
Undocumented in source.
version(dfl)
package
struct
Chunk {
uint
size
;
ubyte
[
4
]
type
;
ubyte
[]
payload
;
uint
checksum
;
}
Members
Variables
checksum
uint
checksum
;
Undocumented in source.
payload
ubyte
[]
payload
;
Undocumented in source.
size
uint
size
;
Undocumented in source.
type
ubyte
[
4
]
type
;
Undocumented in source.
Meta
Source
See Implementation
plot2kill
png
functions
addImageDatastreamToPng
blankPNG
crc
getHeader
pngFromImage
update_crc
writePng
writePngFromBitmapPixels
structs
Chunk
PNG
PNGHeader
TrueColorImage