aboutsummaryrefslogtreecommitdiff
path: root/299/index.md
diff options
context:
space:
mode:
Diffstat (limited to '299/index.md')
-rw-r--r--299/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/299/index.md b/299/index.md
new file mode 100644
index 0000000..882435d
--- /dev/null
+++ b/299/index.md
@@ -0,0 +1,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! \ No newline at end of file