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)
Sourceread(io : IO)
Sourcewrite(canvas, path : String, **options)
Sourcewrite(canvas, io : IO, **options)
Source