class

Imagecr::Handler

Inherits Reference < Object

Constructors

new(io : IO, header_bytes : Bytes | Nil = nil)
Source

Instance methods

header_bytes

First few bytes of the image.

Source
io

The image IO, excluding header bytes

Source
parse

Parse the image, returning an Image if one is found.

Source
parse_image

Actual parsing implementation

Source
verify_remaining_header

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

Source