ImageFileWriter Interface

interface ImageFileWriter

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.

Top