GraphicsFormats Xojo plugin

RawTIFFExporter.SaveBitmapsToFile Method (console safe)

Saves multiple bitmaps that have been added with the AddBitmap method to a single TIFF file.

SaveBitmapsToFile(
   f as FolderItem)

Parameters

f
A folder item that defines the destination of the image.

Remarks

This method can throw RawTIFFException.

See Also

RawTIFFExporter Class