aboutsummaryrefslogtreecommitdiff
path: root/299/index.md
blob: 882435df52835a5a902176e0e290de7a844e4bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Title: use `magick` instead of `convert` if available
Author: Kangie
Created: Tue, 12 Nov 2024 06:20:45 +0000
State: closed

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"

--%--
From: rodarima
Date: Wed, 13 Nov 2024 17:45:58 +0000

Thanks!