class

Imagecr::Handlers::TiffHandler

Inherits Imagecr::Handler < Reference < Object

Parses width and height from a Tiff image.

Constants

TIF_HEADERS = [UInt8.slice(73, 73), UInt8.slice(77, 77)]

Instance methods

parse_image

Actual parsing implementation

Source
verify_remaining_header

Verifiy the rest of the header, that was not checked by Engine

Source