class BMP::CoreHeader

Defined in:

bmp.cr
parse.cr
write.cr

Constructors

Instance Method Summary

Instance methods inherited from class BMP::Header

bit_per_pixel bit_per_pixel, height height, width width, write(io : IO) write

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def bit_per_pixel : BitPerPixel #

[View source]
def bit_per_pixel=(bit_per_pixel : BitPerPixel) #

[View source]
def height : UInt16 #

[View source]
def height=(height : UInt16) #

[View source]
def planes : UInt16 #

[View source]
def planes=(planes : UInt16) #

[View source]
def width : UInt16 #

[View source]
def width=(width : UInt16) #

[View source]
def write(io : IO) #

[View source]