ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
PNGChunk
ae
utils
graphics
image
Undocumented in source.
struct
PNGChunk {
char
[
4
]
type
;
const
(
void
)[]
data
;
uint
crc32
();
this
(string type, const(void)[] data);
}
Constructors
this
this
(string type, const(void)[] data)
Undocumented in source.
Members
Functions
crc32
uint
crc32
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
const
(
void
)[]
data
;
Undocumented in source.
type
char
[
4
]
type
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
GetInputColor
ViewImage
enums
PNGColourType
PNGCompressionMethod
PNGFilterAdaptive
PNGFilterMethod
PNGInterlaceMethod
bitmapNeedV4HeaderForRead
bitmapNeedV4HeaderForWrite
isTargetColor
functions
bitmapChannelMasks
copy
copyPixels
copyScanline
downscaleTo
fromPixels
hjoin
makePNG
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
viewBMP
vjoin
properties
bitmapPixelStride
static variables
pngSignature
structs
Image
ImageRef
InputColor
PNGChunk
PNGChunkFooter
PNGChunkHeader
PNGHeader
TargetColor
templates
BMPStorageType
downscale