GraphicsFormats Xojo plugin |
|
RawTIFFExporter.SaveToFile Method
Exports a RawBitmap picture to a TIFF file.

SaveToFile(
image
as RawBitmap,
f
as FolderItem)
Parameters
- image
- The RawBitmap to export.
Supports, RGB-8, RGB-16, Gray-8, Gray-16, CMYK-8, CMYK-16, RGBf - f
- A FolderItem that defines the destination of the image.
Remarks
If you want to write TIFF with multiple images in it then use the AddBitmap method multiple times and then use SaveBitmapsToFile.
See Also
RawTIFFExporter Class