Search found 5 matches

by mike271828
2015-09-29T11:34:17-07:00
Forum: Fred's Scripts
Topic: [SOLVED] textcleaner and rotation
Replies: 2
Views: 18912

Re: [SOLVED] textcleaner and rotation

clear, thx
by mike271828
2015-09-29T09:11:27-07:00
Forum: Fred's Scripts
Topic: [SOLVED] textcleaner and rotation
Replies: 2
Views: 18912

[SOLVED] textcleaner and rotation

I tried to use this script http://www.fmwconcepts.com/imagemagick/textcleaner/ with -u (unrotate by few degrees) option and it worked fine

Code: Select all

textcleaner -g -f 25 -s 1 -u i.jpg o.jpg
However when instead of u I tried r ccw or r cc or r 90, none of them worked. Is it some bug?
by mike271828
2015-09-29T04:34:17-07:00
Forum: Users
Topic: [SOLVED] Multiple operations on an image
Replies: 5
Views: 5317

Re: Multiple operations on an image

That's right, thanks a lot.
by mike271828
2015-09-29T03:17:47-07:00
Forum: Users
Topic: [SOLVED] Multiple operations on an image
Replies: 5
Views: 5317

[SOLVED] Multiple operations on an image

I'd like to take a picture, then save the picture twice into memory after applying grayscale and 2colorthresh. Then I'd rotate the pics and save them. The 2colorthresh isn't a part of standard Imagemagick libs, therefor something like convert i.jpg -write mpr:i +delete \( mpr:i -colorspace Gray -wri...