snibgo
snibgo
coders/svg.c references both Cairo and PangoCairo delegates. But coders/pango.c references only the PangoCairo delegate. So I can see no possibility of a confusion between those delegates when reading a `pango:`...
> 1. Why do I even have to do that? -flattening with a solid color should be smart enough not only to turn off but even remove the alpha channel...
On sRGBA(10%,20%,1), see https://imagemagick.org/script/command-line-options.php#alpha: > Remove: Composite the image over the background color. When the background colour has an alpha channel, such as sRGBA(10%,20%,1) the result will have an alpha...
Thank you.
From the name `remove-opaque` we might expect it to act like `-alpha remove` if and only if the alpha channel is opaque. But it doesn't. Looking at the source code,...
> What is the difference in using the -alpha remove-opaque vs -alpha off? `-alpha off` will unconditionally turn the alpha off, so no pixels will have any transparency. The new...
Yes, it has to loop through pixels, to check for any transparency.
> ... we had an AI pick the name for us. The AI doesn't know the difference between `-alpha off` and `-alpha remove`. The new operation is a conditional `off`,...
Your link doesn't point to your file. I suggest zipping the file, and uploading that.
I can't reproduce the problem. On IM v7.1.1-20 in Windows 11, this command... ``` magick YnHJkPnaaYSYS2ds.CR2 x.jpg ``` ... completes with no problem. To narrow down the problem, I suggest...