Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
You have 1 opaque white row (not transparent) at the bottom of your image that is hard to detect. But you can see it if you turn alpha off and magnify your image. So you need to shave that off. Also you should remove the virtual-canvas after trimming with +repage.
I am not sure why you needed to add the padding back for the one line that was removed, since you were trimming. But you added it to the top rather than the bottom where the line was removed by my chop.
It's due to the way this image was generated. It was composed with another image, and the mask was smaller than the other image, so that caused the line.
Sorry if I have my terms or usages wrong -- I'm a developer, and IM is new to me
chaddjohnson wrote: ↑2018-11-28T14:02:34-07:00
Sorry if I have my terms or usages wrong -- I'm a developer, and IM is new to me
No problem. Just trying to understand why you added the transparent line to the top, since you were going to trim it anyway. Perhaps I misunderstand if you were adding it before or after processing. But no matter, as long is it is resolved for you.
Here are some helpful guidelines and links for new users.
Please, always provide your IM version and platform when asking questions, since syntax may differ.
Also provide your exact command line and your images, if possible.