From 84d836bf0e4e2c091303b4caf881f2a4eb2708f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Mon, 13 Jan 2014 23:18:18 +0100 Subject: [PATCH] Temporary disabling HQ output for Kobo --- kcc/comic2ebook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 65c1014..100b3e4 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -1088,8 +1088,8 @@ def checkOptions(): options.panelview = False options.quality = 0 # Enable 150% zoom for all non-HD Kobo models - if 'Ko' in options.profile and options.profile != "KoAHD": - options.quality = 1 + #if 'Ko' in options.profile and options.profile != "KoAHD": + #options.quality = 1 # Kindle for Android profile require target resolution. if options.profile == 'KFA' and (options.customwidth == 0 or options.customheight == 0): print "ERROR: Kindle for Android profile require --customwidth and --customheight options!"