GraphicsFormats Xojo plugin

RawHDRImporter Class

A class to import picture in HDR format to RawBitmap. The class can either import from file or string.

Object
   RawHDRImporter

class RawHDRImporter implements

IRawBitmapReader

Properties

DefaultImportFormatDefault selection of how the read HDR image should be returned to the RawBitmap.
ErrorMessageError message for last error that occurred.
GammaDefault gamma correction to be used when importing or Gamma read from the image.
LastErrorReturns enum error code for last error that occurred.

Methods

GetLastErrorCodeSame as the LastError property but this one returns it as Integer to full-fill the standard interface.
OpenFromFileOpens a HDR Image from a File, using result format hint from the DefaultImportFormat property.
OpenFromFileOpens a HDR Image from a File, taking result format hint in as parameter.
OpenFromStringOpens a HDR Image from a String, using result format hint from the DefaultImportFormat property.
OpenFromStringOpens a HDR Image from a String, taking result format hint in as parameter.

Enumerations

ImportFormatEnum representing choices for how to import HDR images.
ErrorValuesEnum representing error codes which this class can return.

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