We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.9.11-60
Linux
Debian 12 (Bookworm)
When running convert-im6 with label:'' (empty label) followed by the +swap operator, ImageMagick succeeds with an unexpected warning.
convert-im6
label:''
+swap
Run the following command:
convert-im6 /path/to/input.png label:'' +swap -append /tmp/output.png
Result: the command completes successfully but generates the following warning:
convert-im6.q16: no such image '/path/to/input.png' @ error/mogrify.c/MogrifyImageList/8802.
Run the same command with a non-empty label:
convert-im6 /path/to/input.png label:'a' +swap -append /tmp/output.png
Result: success and no warning.
Run the same command without +swap:
convert-im6 /path/to/input.png label:'' -append /tmp/output.png
The error seems to be independent of input. The following command also issues a warning:
convert-im6 -size 100x100 xc:white label:'' +swap -append /tmp/output.png
The text was updated successfully, but these errors were encountered:
I get the same message on IM 6.9.13-19
convert lena.png label:'' +swap -append xyz.png convert: no such image `lena.png' @ error/mogrify.c/MogrifyImageList/8836.
Sorry, something went wrong.
No branches or pull requests
ImageMagick version
6.9.11-60
Operating system
Linux
Operating system, version and so on
Debian 12 (Bookworm)
Description
When running
convert-im6
withlabel:''
(empty label) followed by the+swap
operator, ImageMagick succeeds with an unexpected warning.Steps to Reproduce
Run the following command:
convert-im6 /path/to/input.png label:'' +swap -append /tmp/output.png
Result: the command completes successfully but generates the following warning:
Run the same command with a non-empty label:
convert-im6 /path/to/input.png label:'a' +swap -append /tmp/output.png
Result: success and no warning.
Run the same command without +swap:
convert-im6 /path/to/input.png label:'' -append /tmp/output.png
Result: success and no warning.
Images
The error seems to be independent of input. The following command also issues a warning:
convert-im6 -size 100x100 xc:white label:'' +swap -append /tmp/output.png
The text was updated successfully, but these errors were encountered: