class

Imagecr::Image

Inherits Reference < Object

A model representing an image with a width, height and type.

Constructors

new(width : Int32, height : Int32, type : String)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
height

The pixel height of the image.

Source
type

The type of the image.

Source
width

The pixel width of the image.

Source