generate As Byte Array From Bitmaps
fun generateAsByteArrayFromBitmaps(images: Array<Bitmap>, parameters: TiffGeneratorParameters = TiffGeneratorParameters()): ByteArray
Write single-page or multi-page Tiff file to the buffer.
Return
Tiff file buffer.
Parameters
images
The array of source images from what Tiff file is to be created.
parameters
TiffGeneratorParameters for Tiff file creation.
Throws
IOException
if Tiff generation failed because of the invalid license.