enter image description here

Does gm have a command to find out the raster images boundary, and remove transparent area outside this boundary?

Try this command:

gm convert input.png -trim +repage output.png

input:

enter image description here

output:

enter image description here

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.