abstract struct RImage::Image

Direct Known Subclasses

Defined in:

r_image/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : File) #

[View source]
def self.new(file_path : String) #

[View source]

Instance Method Detail

def data : Bytes #

getter! width : Int32 getter! height : Int32


[View source]
def data? : Bytes | Nil #

getter! width : Int32 getter! height : Int32


[View source]
abstract def height #

[View source]
abstract def width #

[View source]