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