Page 1 of 1

Posted: 2006-07-27T13:00:39-07:00
by magick
Use this command to trim the image border:
  • convert image.png -fuzz 15% -trim trim.png
The value of the fuzz might need to be less or more depending on the image.

Posted: 2006-07-27T19:42:28-07:00
by anthony
Add a -channel RGBA before using -gaussian