GraphicsFormats Xojo plugin

RawHDRExporter Class (console safe)

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

ErrorMessage (console safe) Error message for last error that occurred.
Gamma (console safe) Gamma value that is used when transforming the image into Linear RGB before it is written to HDR.
LastError (console safe) Returns enum error code for last error that occurred.

Methods

GetLastErrorCode (console safe) Same as the LastError property but this one returns it as Integer to full-fill the standard interface.
SaveToFile (console safe) Exports a RawBitmap picture to a HDR file.
SaveToString (console safe) Exports a picture formatted as HDR to a String.

Enumerations

ErrorValuesEnum representing error codes which this class can return.

Constants

Version = 12.0

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