GraphicsFormats Xojo plugin |
|
RawHDRExporter.SaveToString Method
Exports a picture formatted as HDR to a String.

SaveToString(
image
as RawBitmap)
as String
Parameters
- image
- The RawBitmap to export.
(Can import to RGB (8 bit), RGB (16 bit) and RGBf (float))
Returns
- String
- Returns a string containing a HDR encoded image or empty string if there was error.
Remarks
See Also
RawHDRExporter Class