Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ImageMagick 7+ warning (command 'convert' is deprecated) #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jerry-Terrasse
Copy link

Reason

When using ImageMagick newer than 7.0, it give a WARNING: The convert command is deprecated in IMv7, use "magick", which means we should to use magick instead of convert.

Change

The script now dynamically checks for the presence of the magick command. If detected, it sets a variable to use magick instead of convert. This approach ensures compatibility with both newer and older versions of ImageMagick, eliminating deprecation warnings and maintaining functionality across different system setups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant