diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /299 |
Diffstat (limited to '299')
-rw-r--r-- | 299/index.md | 15 |
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 |