Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
22 stars 4 forks source link

Waiting on upstream: PIL #4

Open Dapbler opened 6 years ago

Dapbler commented 6 years ago

When Python Image Library becomes available for 3.x consider using it instead of Imagemagick.

Dapbler commented 6 years ago

Ah - forked to Pillow with Python 3 support (according to Wikipedia). https://python-pillow.org/ Check compatibility and status. EDIT: Also checked Imagemagick availability - it's on Windows so may end up sticking with that even if Windows support ends up rolling in. I'm light on time to rewrite and Imagemagick is 90% acceptable.

Dapbler commented 4 years ago

Maybe consider python3-graphicsmagick, a wrapper for graphicsmagic which is a fork of IM aiming at stability.