module

Imagecr

Constants

MAJOR = "0"
MINOR = "1"
PATCH = "0"
VERSION = [MAJOR, MINOR, PATCH].join(".")

Class methods

open(path : String)

Open an image from a string. It can be a local path or remote path.

Source
open(io : IO)

Open an image from an IO object

Source

Nested types