bajuwa / ComicCompiler

Scripts that help combine/splice webtoon images into a smaller collection of pages
GNU General Public License v3.0
15 stars 5 forks source link

Investigate options for installing imagemagick via python if possible #70

Open bajuwa opened 4 years ago

bajuwa commented 4 years ago

The goal is to replace the need for external ImageMagick installation, not just importing a binding Since we don't use ImageMagick for anything particularly fancy, we may instead move to something else that's purely python based instead.

Once this investigation is done, schedule it for v2.0 as it would greatly affect programs install instructions and underlying behaviour. Also update the azure pipeline.