ImageProcessing-ElectronicPublications / scantailor-experimental

Scan Tailor Experimental is an interactive post-processing tool for scanned pages.
https://github.com/Tulon/scantailor/tree/experimental
GNU General Public License v3.0
30 stars 0 forks source link

Compression parameters #7

Open plzombie opened 9 months ago

plzombie commented 9 months ago

Shouldn't we have some dialog somewhere with compression parameters? https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/issues/4

For example, for coloured images we have LZMA which can be better than LZW изображение And for BW we can use JBIG or lossless JBIG2.

I mean not change default logic, just hide compression parameters somewhere.

noobie-iv commented 9 months ago

There is a more difficult question. For example, there is a page with text, a color graph and a photo. We need to:

Sometimes we only need to save individual part of an image. For example, when exporting to pdf, background text is saved to a file as a whole hi-res full-size page, but foreground photo as a lo-res colored part of the page.

This may require reworking the entire logic of the program.