struct RImage::Formats::Bitmap::DibHeader

Defined in:

r_image/formats/bitmap/dib_header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : File) #

[View source]

Instance Method Detail

def bits_per_pixel : Int16 #

[View source]
def color_planes : Int16 #

[View source]
def colors : Int32 | Nil #

[View source]

BITMAPINFOHEADER


[View source]
def height : Int32 #

[View source]
def image_size : Int32 | Nil #

[View source]
def important_colors : Int32 | Nil #

[View source]
def width : Int32 #

BITMAPCOREHEADER


[View source]
def x_px_per_m : Int32 | Nil #

[View source]
def y_px_per_m : Int32 | Nil #

[View source]