I took a look at Mangle, what I've been doing is using a python script that decompresses a cbz or cbr (or a directory full of them), then goes through each image in the folder and uses imagemagick to conditionally rotate images that are wider than they are tall, convert the pallet to greyscale, and reduce the size to 824x1200 (what size does your MangleDX scale to?) and then recompresses the image the entire folder into a single cbz, which is pretty simple. I thought about wrapping the whole thing up into a GUI, but I don't know yet.
Tim
|