TypeLib Xojo support Plugin

IRawBitmapReader Interface

Interface which defines common interface to code against image file format reader.

interface IRawBitmapReader

Methods

GetLastErrorCodeImplementation of this function should return the code for last error that occurred or zero if no error.
OpenFromFileImplementation of this function should import Image from a File in format determined by the implementor of the class.
OpenFromStringImplementation of this function should import Image from a string in format determined by the implementor of the class.

[Footnote]

Supported Platforms:

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