Search found 5 matches
- 2015-09-29T11:34:17-07:00
- Forum: Fred's Scripts
- Topic: [SOLVED] textcleaner and rotation
- Replies: 2
- Views: 20057
Re: [SOLVED] textcleaner and rotation
clear, thx
- 2015-09-29T09:11:27-07:00
- Forum: Fred's Scripts
- Topic: [SOLVED] textcleaner and rotation
- Replies: 2
- Views: 20057
[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 However when instead of u I tried r ccw or r cc or r 90, none of them worked. Is it some bug?
Code: Select all
textcleaner -g -f 25 -s 1 -u i.jpg o.jpg
- 2015-09-29T04:34:17-07:00
- Forum: Users
- Topic: [SOLVED] Multiple operations on an image
- Replies: 5
- Views: 5681
Re: Multiple operations on an image
That's right, thanks a lot.
- 2015-09-29T04:02:48-07:00
- Forum: Users
- Topic: [SOLVED] Multiple operations on an image
- Replies: 5
- Views: 5681
Re: Multiple operations on an image
2colorthresh comes from here http://fmwconcepts.com/imagemagick/2col ... /index.php
- 2015-09-29T03:17:47-07:00
- Forum: Users
- Topic: [SOLVED] Multiple operations on an image
- Replies: 5
- Views: 5681
[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 ...