GraphicsFormats Xojo plugin

IGraphicsImporter Interface

A Interface to offer generic approach to graphics Importers. The interface enables you to have a variable defined as IGraphicsImporter and it can have any Graphics Importer class under the hood without your app knowing or caring which one.

interface IGraphicsImporter

Methods

OpenFromFileOpens a Image from a file.
OpenFromStreamOpens a Image from a IBinaryStreamWriter.
OpenFromStringOpens a Image from a String.

[Footnote]

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM