View Single Post
Old 11-17-2008, 12:37 PM   #17
soilwork
useR!
soilwork will become famous soon enoughsoilwork will become famous soon enoughsoilwork will become famous soon enoughsoilwork will become famous soon enoughsoilwork will become famous soon enoughsoilwork will become famous soon enough
 
soilwork's Avatar
 
Posts: 299
Karma: 651
Join Date: Nov 2007
Location: NY
Device: Onyx Boox Max 2, Kobo Libra H2O, iRiver Story HD
About changing the output size.

As TaeSoo and nrapallo mentioned, you can change the output resolution by modifying two lines of 'config.lua'. You can change the first two lines to these.
Code:
device_width=584
device_height=754
Better yet, you can convert set of image files into LRF using comic2lrf of Calibre. First, make one zip file from the pictures then use a simple script such as
Code:
comic2lrf -c 8 -r 'file.name.here.zip'
I think it will be easier to manage one LRF file instead of hundreds of images.
soilwork is offline   Reply With Quote