arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
pngFromBytes
arsd
png
Given an input range of bytes, return a lazy PNG file
auto
pngFromBytes
(
Range
)
(
Range
r
)
if
(
isInputRange
!(
Range
) &&
is
(
ElementType
!
Range
==
ubyte
[])
)
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
Given an input range of bytes, return a lazy PNG file