aboutsummaryrefslogtreecommitdiff
path: root/299/index.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /299/index.md
Initial versionHEADmain
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