Default to CBZ only

PDF generation is having RAM issues, as far as I can see CBZ generates
smaller outputs anyway
This commit is contained in:
Jan 2013-10-11 11:41:08 +11:00
parent 52bd637048
commit 9c065b50ef

View File

@ -30,7 +30,7 @@ from natsort import natsorted
class Book(object): class Book(object):
DefaultDevice = 'Kindle Paperwhite' DefaultDevice = 'Kindle Paperwhite'
DefaultOutputFormat = 'PDF only' DefaultOutputFormat = 'CBZ only'
DefaultOverwrite = True DefaultOverwrite = True
DefaultImageFlags = ImageFlags.Orient | ImageFlags.Resize | ImageFlags.Quantize DefaultImageFlags = ImageFlags.Orient | ImageFlags.Resize | ImageFlags.Quantize