GraphicsFormats Xojo plugin |
|
RawTIFFExporter.AddBitmap Method
Used to add multiple bitmaps when exporting to a TIFF that contains more than one image.

AddBitmap(
image
as RawBitmap)
Parameters
- image
- The image as RawBitmap to be added.
Supports, RGB-8, RGB-16, Gray-8, Gray-16, CMYK-8, CMYK-16, RGBf
Remarks
When saving multiple images within one TIFF then call this method multiple times and then call either SaveBitmapsToFile or SaveBitmapsToString.
See Also
RawTIFFExporter Class