arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
PNG_MAGIC_NUMBER
arsd
png
All PNG files are supposed to open with these bytes according to the spec
static
immutable
(
ubyte
[])
PNG_MAGIC_NUMBER
;
Meta
Source
See Implementation
arsd
png
enums
PngType
functions
blankPNG
bytesPerPixel
fetchPalette
getANDMask
getHeader
getHeaderFromFile
imageFromPng
pngFromBytes
pngFromImage
readPng
readPngChunks
readPngFromBytes
replacePalette
unfilter
writeImageToPngFile
writePng
writePngLazy
writePngToArray
static variables
PNG_MAGIC_NUMBER
structs
BufferedInputRange
Chunk
LazyPngChunks
LazyPngFile
PNG
PngHeader
templates
isBufferedInputRange
All PNG files are supposed to open with these bytes according to the spec