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
DefaultImportFormat | Default selection of how the read HDR image should be returned to the RawBitmap. |
ErrorMessage | Error message for last error that occurred. |
Gamma | Default gamma correction to be used when importing or Gamma read from the image. |
LastError | Returns enum error code for last error that occurred. |
Methods
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
OpenFromFile | Opens a HDR Image from a File, using result format hint from the DefaultImportFormat property. |
OpenFromFile | Opens a HDR Image from a File, taking result format hint in as parameter. |
OpenFromString | Opens a HDR Image from a String, using result format hint from the DefaultImportFormat property. |
OpenFromString | Opens a HDR Image from a String, taking result format hint in as parameter. |
Enumerations
ImportFormat | Enum representing choices for how to import HDR images. |
ErrorValues | Enum representing error codes which this class can return. |
Constants
Version = 7.5 | |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon