Skip to content

fix(convert): Try calling magick, for IM7 #1377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
Merged

Conversation

yedayak
Copy link
Collaborator

@yedayak yedayak commented May 7, 2025

In image magick 7 running convert prints a warning. Try running magick first.

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

Another alternative is to just swallow the warning from convert, but this seems a bit more future proof.

In image magick 7 running `convert` prints a warning. Try running magick
first.

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

Another alternative is to just swallow the warning from `convert`, but
this seems a bit more future proof.

Co-Authored-By: Koichi Murase <myoga.murase@gmail.com>
@yedayak yedayak merged commit 4509832 into scop:main May 9, 2025
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants