class Imagecr::Image
- Imagecr::Image
- Reference
- Object
Overview
A model representing an image with a width, height and type.
Defined in:
imagecr/image.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#height : Int32
The pixel height of the image.
-
#type : String
The type of the image.
-
#width : Int32
The pixel width of the image.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.