i3lock-fancy icon indicating copy to clipboard operation
i3lock-fancy copied to clipboard

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

Open Jerry-Terrasse opened this issue 8 months ago • 0 comments

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.

Jerry-Terrasse avatar Jun 08 '24 04:06 Jerry-Terrasse