Search found 1 match

by checksumfail
2015-06-09T07:36:28-07:00
Forum: Developers
Topic: Trim Bounding Box Center
Replies: 1
Views: 3667

Trim Bounding Box Center

The command: convert image.jpg -fuzz 50% -format "%@" info: Gives you the details of how many pixels would be trimmed horizontally and vertically if you were to use trim, this is great as it allows you to do modify these numbers to do a trim that leaves a slight border. However, It doesn't give you ...