Posted: 2006-11-06T11:48:16-07:00
Recent versions of ImageMagick account for the alpha channel when trimming. Perhaps you are using an older version of ImageMagick or perhaps you need to increase the fuzziness (e.g. -fuzz 40%).
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=7742
ggambett wrote: The alpha channel is correctly empty in the left zone. The color channels do have color data in some of the transparent areas, as shown with -separate.
Code: Select all
convert upgrade_sound06.png -crop 1x600 txt: | less
Code: Select all
convert upgrade_sound06.png -fuzz 1% -trim +repage out.png