Allow toggling CRe's new dithering & scaling (#4922)

Smooth scaling toggle is per document, in the gear tab.
Dithering is in the Dev top menu ;).
This commit is contained in:
NiLuJe
2019-04-18 23:26:53 +02:00
committed by GitHub
parent 6203fbb633
commit 9134594119
10 changed files with 140 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ S.PROGRESS_BAR = _("Progress Bar")
S.FORCED_OCR = _("Forced OCR")
S.HW_DITHERING = _("Dithering")
S.INVERSE_READING_ORDER = _("Inverse Order")
S.IMAGE_SCALING = _("Image Scaling")
S.ON = _("on")
S.OFF = _("off")