GraphicsFormats package for Buoy

RawBmpImporter Class

A class to Import BMP picture into RawBitmap. The class can either import from file or Bytes buffer.

Various of depths are supported as well as BMP files with palettes.

Import: EinhugurGraphicsFormats.RawBmp

Object
   RawBmpImporter

class RawBmpImporter

Constructors

RawBmpImporterConstructor that takes no parameters.

Properties

shared InformationShared function to get information about the file format.

Methods

OpenFromBytesOpens a BMP Image from a BMP formatted Bytes buffer, returning it as RawBitmap.
OpenFromFileOpens a BMP Image from a file, returning it as RawBitmap.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit