ImageFileWriter Interface
interface ImageFileWriter
Deprecated.
Use ImageWriter.write() instead.
Writes a page that is already on disk, without decoding it first.
Implemented by the writers that can copy an encoded image straight into their output.
Inheritors
Functions
writeFile
abstract fun writeFile(image: File, orientation: ScanOrientation, text: ScanText, textOrientation: ScanOrientation)
Writes an already-encoded file into the output.