struct RImage::Formats::Bitmap::Image

Defined in:

r_image/formats/bitmap/image.cr

Constructors

Instance Method Summary

Instance methods inherited from struct RImage::Image

data : Bytes data, data? : Bytes | Nil data?, height height, width width

Constructor methods inherited from struct RImage::Image

new(file : File)
new(file_path : String)
new

Constructor Detail

def self.new(file : File) #

[View source]

Instance Method Detail

def dib_header : DibHeader #

[View source]
def header : Header #

[View source]
def height #

[View source]
def width #

[View source]