GraphicsFormats Xojo plugin |
|
RawHDRImporter.OpenFromString Method
Opens a HDR Image from a String, using result format hint from the DefaultImportFormat property.

OpenFromString(
data
as String)
as RawBitmap
Parameters
- data
- The string data containing a HDR image to import from.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap or nil if import failed.
Remarks
See Also
RawHDRImporter Class