class PNGChunks::InvalidPngSignatureException

Overview

This exception is thrown when the first eight bytes of data are not the PNG signature, indicating that the PNG is invalid.

Defined in:

png-chunks.cr

Constructors

Constructor Detail

def self.new #

[View source]