README
CrcIO
StumpyPNG
Chunk
Datastream
Filter
PNG
Scanline
Utils
module
StumpyPNG::Utils
Defined in:
stumpy_png/utils.cr
Class Method Summary
.bytes_to_uint32
(bytes)
.paeth_predictor
(a8, b8, c8)
.parse_integer
(bytes)
.read_n_byte
(file, n)
.uint16_to_bytes
(int)
.uint32_to_bytes
(int)
Class Method Detail
def self.
bytes_to_uint32
(bytes)
#
[
View source
]
def self.
paeth_predictor
(a8, b8, c8)
#
[
View source
]
def self.
parse_integer
(bytes)
#
[
View source
]
def self.
read_n_byte
(file, n)
#
[
View source
]
def self.
uint16_to_bytes
(int)
#
[
View source
]
def self.
uint32_to_bytes
(int)
#
[
View source
]