pngtext ~master (2020-01-07T20:32:17Z)
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
functions
imageFromPng
pngFromBytes
readPng
readPngChunks
writePng
structs
BufferedInputRange
Chunk
LazyPngFile
PngHeader
templates
isBufferedInputRange
variables
PNG_MAGIC_NUMBER
Given an input range of bytes, return a lazy PNG file