GraphicsFormats Xojo plugin

RawTgaImporter Class

A class to Import RawBitmap from a TGA (Targa) format. The picture can be imported from a File, string or IBinaryStreamReader.

Tga format is loss less file format and supports alpha channels.

Object
   RawTgaImporter

class RawTgaImporter implements

IRawBitmapReader

Properties

LastErrorReturns error code for last method called.
ProgressHandlerTo get progress feedback then assign a a class instance that implements the IProgressHandlerV2 interface to this property.
RLECompressedReturns a string containing a TIFF encoded image or empty string if there was error.

Methods

GetLastErrorCodeSame as the LastError property but this one returns it as Integer to full-fill the standard interface.
OpenFromFileOpens a Tga Image from a file.
OpenFromStreamOpens a Tga Image from a stream that implements the IBinaryStreamReader interface.
OpenFromStringOpens a Tga Image from a String that contains the Tga file.

Enumerations

ErrorValuesEnum that defines error codes for the RawTgaImporter class.

Constants

Version = 7.5

Supported Platforms:

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

    Unsupported Platforms:

  • MacOS X Carbon