class BMP::InfoHeaderV2

Direct Known Subclasses

Defined in:

bmp.cr
parse.cr
write.cr

Constructors

Instance Method Summary

Instance methods inherited from class BMP::InfoHeader

bit_per_pixel : BitPerPixel bit_per_pixel, bit_per_pixel=(bit_per_pixel : BitPerPixel) bit_per_pixel=, colors_used : UInt32 colors_used, colors_used=(colors_used : UInt32) colors_used=, compression : Compression compression, compression=(compression : Compression) compression=, height : UInt32 height, height=(height : UInt32) height=, image_size : UInt32 image_size, image_size=(image_size : UInt32) image_size=, important_colors : UInt32 important_colors, important_colors=(important_colors : UInt32) important_colors=, planes : UInt16 planes, planes=(planes : UInt16) planes=, width : UInt32 width, width=(width : UInt32) width=, write(io : IO) write, x_pixel_per_m : UInt32 x_pixel_per_m, x_pixel_per_m=(x_pixel_per_m : UInt32) x_pixel_per_m=, y_pixel_per_m : UInt32 y_pixel_per_m, y_pixel_per_m=(y_pixel_per_m : UInt32) y_pixel_per_m=

Constructor methods inherited from class BMP::InfoHeader

new(width : UInt32, height : UInt32, bit_per_pixel : BMP::BitPerPixel)
new(io : IO)
new

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) #

[View source]

Instance Method Detail

def blue_bitmask : UInt32 #

[View source]
def blue_bitmask=(blue_bitmask : UInt32) #

[View source]
def green_bitmask : UInt32 #

[View source]
def green_bitmask=(green_bitmask : UInt32) #

[View source]
def red_bitmask : UInt32 #

[View source]
def red_bitmask=(red_bitmask : UInt32) #

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

[View source]