Skip to content
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

Fix deprecated warning for using magick convert instead of magick #697

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

FirelightFlagboy
Copy link
Contributor

@FirelightFlagboy FirelightFlagboy commented Dec 24, 2024

This fix the following warning

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

Generated by the command

magick convert -size 1920x1080 xc:$COLOR $out

This fix the following warning 

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

Generated by the command

```
magick convert -size 1920x1080 xc:$COLOR $out
```
@trueNAHO trueNAHO enabled auto-merge (squash) December 25, 2024 17:43
Copy link
Collaborator

@trueNAHO trueNAHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@trueNAHO trueNAHO merged commit a70154e into danth:master Dec 25, 2024
12 checks passed
stylix-automation bot pushed a commit that referenced this pull request Jan 4, 2025
Resolve the following 'magick convert' deprecation warning:

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

Reviewed-by: NAHO <[email protected]>
(cherry picked from commit a70154e)
@stylix-automation
Copy link

Successfully created backport PR for release-24.11:

trueNAHO pushed a commit that referenced this pull request Jan 4, 2025
Resolve the following 'magick convert' deprecation warning:

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

Reviewed-by: NAHO <[email protected]>
(cherry picked from commit a70154e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants