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,
   info as RawTIFFInformation)

Parameters

image
The image as RawBitmap to be added.

Supports, RGB-8, RGB-16, Gray-8, Gray-16, CMYK-8, CMYK-16, RGBf
info
Optional parameter to add some TIFF tags, by default this parameter is nil.

Remarks

See Also

RawTIFFExporter Class