View Single Post
Old 02-22-2017, 07:45 PM   #87
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 808
Karma: 11053908
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by JSWolf View Post
Easy fix. Use Calibre to convert CBZ to ePub.
Better still, use a real image conversion utility like ImageMagick to desaturate the images, scale to the native resolution of the target device, and apply an appropriate gamma correction. For example:

Code:
mogrify -verbose -strip -format jpg -quality 85% \
 -fuzz 1% -trim +repage \
 -rotate "90>" \
 -resize 1404x1872 \
 -type Grayscale -level 0%,100%,0.6 *

Last edited by ratinox; 02-22-2017 at 07:49 PM.
ratinox is offline   Reply With Quote