algoo / preview-generator

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

Bug: get_supported_mimetypes of wand/imagemagick doesn't return effective format supported by imagemagick #277

Open inkhey opened 2 years ago

inkhey commented 2 years ago

Description and expectations

The get_supported_mimetypes command line doesn't return accurate list of supported format by wand/imagemagick. We should find a way to have an accurate list. Either have an explicit list of format we do accept or having an accurate way to generate the supported format list from imagemagick lib.

Version information