dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
572 stars 30 forks source link

use `magick` instead of `convert` if available #299

Closed Kangie closed 3 days ago

Kangie commented 5 days ago

This suppresses a warning on more modern systems while preserving the ability of older systems and CI/CD to run the test suite.

WARNING: The convert command is deprecated in IMv7, \ use "magick" instead of "convert" or "magick convert"

rodarima commented 3 days ago

Thanks!