algoo / preview-generator

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

Feat: Add package imagemagick to list of dependencies #270

Open meiers opened 2 years ago

meiers commented 2 years ago

Feature description and goals

After setting up all mandatory dependencies I could not get ImagePreviewBuilderIMConvert to run until I installed

apt-get install imagemagick

on Ubuntu 20.04.

If it is a requirement it should be mentioned in the README, too.

Great library, thanks for your work!

raphj commented 2 years ago

Good catch and thanks for the kind words. Would you fancy a pull request to add imagemagick to the linked documentation?