module PNG::Critical

Defined in:

utils/png/decode.cr

Constant Summary

IDAT = Bytes[73, 68, 65, 84]
IEND = Bytes[73, 69, 78, 68]
IHDR = Bytes[73, 72, 68, 82]
PLTE = Bytes[128, 118, 132, 105]