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.12-54
MacOS
Monterey on M1 Mac mini
"inner trim" using -define trim:percent-background=0% -trim works fine in Imagemagick 7 but not Imagemagick 6.
Input:
Imagemagick 6.9.12-54
convert preview_edited_inner6.jpg -background "gray(0)" -fuzz 5% -define trim:percent-background=0% -trim +repage x6.jpg
Imagemagick 7.1.0-39
magick preview_edited_inner6.jpg -background "gray(0)" -fuzz 5% -define trim:percent-background=0% -trim +repage x7.jpg
See above
No response
The text was updated successfully, but these errors were encountered:
Thanks for the problem report. We can reproduce it and will have a patch to fix it in the GIT main branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://imagemagick.org/download/beta/ by sometime tomorrow.
Sorry, something went wrong.
fix "inner" trim issue @ #187
097f297
No branches or pull requests
ImageMagick version
6.9.12-54
Operating system
MacOS
Operating system, version and so on
Monterey on M1 Mac mini
Description
"inner trim" using -define trim:percent-background=0% -trim works fine in Imagemagick 7 but not Imagemagick 6.
Input:
Imagemagick 6.9.12-54
convert preview_edited_inner6.jpg -background "gray(0)" -fuzz 5% -define trim:percent-background=0% -trim +repage x6.jpg
Imagemagick 7.1.0-39
magick preview_edited_inner6.jpg -background "gray(0)" -fuzz 5% -define trim:percent-background=0% -trim +repage x7.jpg
Steps to Reproduce
See above
Images
No response
The text was updated successfully, but these errors were encountered: