algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
235 stars 51 forks source link

Feat: Replace Imagemagick and Pillow by Wand #253

Closed inkhey closed 2 years ago

inkhey commented 3 years ago

Feature description and goals

Wand builder as been disabled as it doesn't work as expected. We may want later to replace both imagemagick and pillow builder by wand as it means less dependencies. This need many work from the wand side to promote the same quality of result.

Prerequisites

inkhey commented 3 years ago

some related issue :

lebouquetin commented 3 years ago

We had a talk at the moment.

This issue is interesting in the long term:

Nevertheless, in the short term this issue has no interest:

inkhey commented 2 years ago

fixed by #274