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

OpenFromFile(
f
as FolderItem,
format
as RawHDRImporter.ImportFormat)
as RawBitmap
Parameters
- f
- The FolderItem to open the image 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