algoo / preview-generator

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

fix: do not try to process JSON files #301

Closed hrittich closed 1 year ago

hrittich commented 1 year ago

Fixes #300.

Haskaris commented 1 year ago

Thanks for the contribution @hrittich and thanks for the review @raphj

Since this PR removes the support to display JSON (because ImageMagick doesn't support JSON as an input, therefore nor is Wand), if we merge this PR we also have to modify the documentation. If you can do that, we are ready to go!

hrittich commented 1 year ago

@Haskaris I have updated the PR to include the update for the documentation.

Haskaris commented 1 year ago

Working as a charm! Thank you for the contribution!