GraphicsFormats Xojo plugin

RawHDRExporter Class

A class to Export RawBitmap to a HDR format. The result can be written to a File or String.

Object
   RawHDRExporter

class RawHDRExporter implements

IRawBitmapWriter

Properties

ErrorMessageError message for last error that occurred.
GammaGamma value that is used when transforming the image into Linear RGB before it is written to HDR.
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.
SaveToFileExports a RawBitmap picture to a HDR file.
SaveToStringExports a picture formatted as HDR to a String.

Enumerations

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