class BMP::InfoHeader
- BMP::InfoHeader
- BMP::Header
- Reference
- Object
Direct Known Subclasses
Defined in:
bmp.crbuild.cr
parse.cr
write.cr
Constructors
Instance Method Summary
- #bit_per_pixel : BitPerPixel
- #bit_per_pixel=(bit_per_pixel : BitPerPixel)
- #colors_used : UInt32
- #colors_used=(colors_used : UInt32)
- #compression : Compression
- #compression=(compression : Compression)
- #height : UInt32
- #height=(height : UInt32)
- #image_size : UInt32
- #image_size=(image_size : UInt32)
- #important_colors : UInt32
- #important_colors=(important_colors : UInt32)
- #planes : UInt16
- #planes=(planes : UInt16)
- #width : UInt32
- #width=(width : UInt32)
- #write(io : IO)
- #x_pixel_per_m : UInt32
- #x_pixel_per_m=(x_pixel_per_m : UInt32)
- #y_pixel_per_m : UInt32
- #y_pixel_per_m=(y_pixel_per_m : UInt32)