class BMP::InfoHeaderV3
- BMP::InfoHeaderV3
- BMP::InfoHeaderV2
- BMP::InfoHeader
- BMP::Header
- Reference
- Object
Direct Known Subclasses
Defined in:
bmp.crparse.cr
write.cr
Constructors
Instance Method Summary
Instance methods inherited from class BMP::InfoHeaderV2
blue_bitmask : UInt32
blue_bitmask,
blue_bitmask=(blue_bitmask : UInt32)
blue_bitmask=,
green_bitmask : UInt32
green_bitmask,
green_bitmask=(green_bitmask : UInt32)
green_bitmask=,
red_bitmask : UInt32
red_bitmask,
red_bitmask=(red_bitmask : UInt32)
red_bitmask=,
write(io : IO)
write
Constructor methods inherited from class BMP::InfoHeaderV2
new(io)
new
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