module

StumpyPNG

Inherits StumpyCore

Constants

HEADER = 9894494448401390090_u64
WRITE_BIT_DEPTHS = {8, 16}
WRITE_COLOR_TYPES = {:rgb => 2_u8, :rgb_alpha => 6_u8, :grayscale => 0_u8, :grayscale_alpha => 4_u8}

Class methods

read(path : String)
Source
read(io : IO)
Source
write(canvas, path : String, **options)
Source
write(canvas, io : IO, **options)
Source

Nested types