Search found 2 matches

by Dreamscape
2012-11-26T07:13:54-07:00
Forum: Users
Topic: can't seem to trim/autocrop an image
Replies: 3
Views: 4541

Re: can't seem to trim/autocrop an image

Hello,

Thanks for your response.

It didn't work, i've tried "convert in.tif -fuzz 80% -trim out.tif", but I still get a black border on the left. And when I try it with writing on the page, it doesn't trim it at all.
by Dreamscape
2012-11-26T05:46:21-07:00
Forum: Users
Topic: can't seem to trim/autocrop an image
Replies: 3
Views: 4541

can't seem to trim/autocrop an image

Hello,

I want to trim/autocrop a picture, but whatever I do, I cannot find a way to do this.
I used the trim with the fuzz option, but no sucsses.

I used the line
convert -trim -fuzz "40%" in.jpg out.tif
with different values for fuzz, but it does nothing.

Can anybody help me?

Here is the ...