GraphicsFormats Xojo plugin |
|
RawHDRExporter.SaveToFile Method
Exports a RawBitmap picture to a HDR file.

SaveToFile(
image
as RawBitmap,
f
as FolderItem)
Parameters
- image
- The RawBitmap to export.
This can be any type of RGB bitmap, 8 bit per pixel, 16 bit per pixel or RGBf (float) - f
- A FolderItem that defines the destination of the image.
Remarks
See Also
RawHDRExporter Class