Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
png_util
v0.1.0
CrcIO
PNGUtil
Canvas
Chunk
Datastream
Filter
PNG
RGBA
Data
Scanline
Utils
Built with Crystal 1.9.2
2023-10-07 18:06:26 UTC
struct
PNGUtil::Datastream
PNGUtil::Datastream
Struct
Value
Object
Defined in:
png_util/datastream.cr
Constructors
.new
(chunks : Array(Chunk))
Class Method Summary
.read
(io : IO)
.read
(path)
Instance Method Summary
#parse
(png)
Constructor Detail
def self.
new
(chunks : Array(
Chunk
))
#
[
View source
]
Class Method Detail
def self.
read
(io : IO)
#
[
View source
]
def self.
read
(path)
#
[
View source
]
Instance Method Detail
def
parse
(png)
#
[
View source
]