TypeLib Xojo support Plugin

IRawBitmapReaderV2 Interface

Interface which defines common interface to code against image file format reader. (This is version 2 and more detailed version of the interface)

interface IRawBitmapReaderV2

Methods

FileExtensionsReturns array of file extensions which the implementor image format can use.
GetLastErrorCodeImplementation of this function should return the code for last error that occurred or zero if no error.
InternetMediaTypesReturns array of internet media types which the implementor object can use.
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.
ReadHeaderReads only header information from image stored in string to get basic information and not decode the whole image.
ReadHeaderReads only header information from image stored in file to get basic information and not decode the whole image.
UTIReturns UTI identifier for the file format on implementor of this interface.
UTIConformsToReturns UTI conforms to identifier for the file format of implementor of this interface.
UTIDescriptionReturns UTI description for the file format of implementor of this interface.

[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