Search found 3 matches

by ange4771
2012-02-19T14:53:37-07:00
Forum: Users
Topic: auto-trimming on one side only works on top and bottom.
Replies: 6
Views: 12228

Re: auto-trimming on one side only works on top and bottom.

I see my mistake now - one of the splice was wrong. Thanks !

your command line gives almost a perfect result, except that there is a transparent line right in the middle - yet -trim should have removed that, right?
by ange4771
2012-02-19T14:24:27-07:00
Forum: Users
Topic: auto-trimming on one side only works on top and bottom.
Replies: 6
Views: 12228

Re: auto-trimming on one side only works on top and bottom.

basically I want to merge the complete picture, ie merge oEZ3N.png with http://i.imgur.com/lIztt.png on its right. but if I just -trim all sides of both pictures, then 'convert +append' them, they're not perfectly aligned - I guess it's because their vertical start (of non transparency) is different ...
by ange4771
2012-02-19T13:59:48-07:00
Forum: Users
Topic: auto-trimming on one side only works on top and bottom.
Replies: 6
Views: 12228

auto-trimming on one side only works on top and bottom.

i tried to use this: http://www.imagemagick.org/Usage/crop/#trim_oneside so I use command lines such as: >convert opcodes_tables06.png -gravity East -background white -splice 0x1 -background black -splice 0x1 -trim +repage -chop 0x1 opcodes_tables06E.png but when I trim with a West or East gravity ...