GraphicsFormats Xojo plugin

RawHDRImporter.OpenFromFile Method

Opens a HDR Image from a File, using result format hint from the DefaultImportFormat property.

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap or nil if import failed.

Remarks

See Also

RawHDRImporter Class