GraphicsFormats Xojo plugin |
|
RawHDRImporter.OpenFromString Method
Opens a HDR Image from a String, taking result format hint in as parameter.

OpenFromString(
data
as String,
format
as RawHDRImporter.ImportFormat)
as RawBitmap
Parameters
- data
- The string data containing a HDR image to import from.
- format
- Selection of how you want the image returned into the RawBitmap.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap or nil if import failed.
Remarks
See Also
RawHDRImporter Class