TypeLib Xojo support Plugin

IRawBitmapWriterV2 Interface

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

interface IRawBitmapWriterV2

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.
SaveToFileImplementation of this method should Exports a RawBitmap picture to a file in a format which the implementation determines.
SaveToStringImplementation of this method should Exports a RawBitmap picture to a string in a format which the implementation determines.
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