public class NativeTIFFWriter
Adds ability to save images as TIFF
public boolean writeTIFFFromImages(@NotNull
android.graphics.Bitmap[] images,
@NotNull
java.io.File targetFile,
@NotNull
TIFFWriterParameters parameters)
Write single-page or multi-page TIFF file.
images - The array of source images from what TIFF file is to be created.targetFile - java.io.File for newly created TIFF filetrue if file created and saved successfully, false otherwise.@Nullable
public kotlin.Array[] writeTIFFFromImages(@NotNull
android.graphics.Bitmap[] images,
@NotNull
TIFFWriterParameters parameters)
Write single-page or multi-page TIFF to the buffer.
images - The array of source images from what TIFF file is to be created.public boolean writeTIFFFromFiles(@NotNull
java.util.List<? extends java.io.File> sourceFiles,
@NotNull
java.io.File targetFile,
@NotNull
TIFFWriterParameters parameters)
Write single-page or multi-page TIFF file.
sourceFiles - The list of source files from what TIFF file is to be created.true if file created and saved successfully, false otherwise.@Nullable
public kotlin.Array[] writeTIFFFromFiles(@NotNull
java.util.List<? extends java.io.File> sourceFiles,
@NotNull
TIFFWriterParameters parameters)
Write single-page or multi-page TIFF to the buffer.
sourceFiles - The list of source files from what TIFF file is to be created.protected void finalize()