algoo / preview-generator

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

fix: do not try to process JSON files #301

Closed hrittich closed 2 years ago

hrittich commented 2 years ago

Fixes #300.

TheWathis commented 2 years 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 2 years ago

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

TheWathis commented 2 years ago

Working as a charm! Thank you for the contribution!