Search found 5 matches

by alone76816
2014-06-06T01:14:17-07:00
Forum: Users
Topic: Remove background to take text
Replies: 9
Views: 11151

Re: Remove background to take text

Thank you, fmw42.
I tried this command, and it's ok:

Code: Select all

./textcleaner -g -e normalize -f 25 -o 10 res.png res_tc_f25_o10.png
by alone76816
2014-06-04T22:58:57-07:00
Forum: Users
Topic: Remove background to take text
Replies: 9
Views: 11151

Re: Remove background to take text

Why can I run that command ?
when I run, I gave an error:
"textcleaner: command not found"

How can i run this scripts, fmw42 ?
by alone76816
2014-06-02T23:27:20-07:00
Forum: Users
Topic: Remove background to take text
Replies: 9
Views: 11151

Re: Remove background to take text

Thank you, I will more research !
by alone76816
2014-06-01T17:18:10-07:00
Forum: Users
Topic: Remove background to take text
Replies: 9
Views: 11151

Re: Remove background to take text

Thank for " snibgo " and " fmw42 ", thank you very much ! I used fmw42' code: convert image -lat 25x25+10% result then, this result: http://i478.photobucket.com/albums/rr142/alone76816/result.png I want remove black background, because my image must black text and white background, or white text and ...
by alone76816
2014-05-30T01:07:44-07:00
Forum: Users
Topic: Remove background to take text
Replies: 9
Views: 11151

Remove background to take text

I have an image as below, name of image "res.png": http://i478.photobucket.com/albums/rr142/alone76816/res.png I use this command: "convert res.png -blur 0x0.5 -contrast-stretch 50x0%% -unsharp 0x2 z.png" result is: http://i478.photobucket.com/albums/rr142/alone76816/z.png I don't know to how i ...