Text clearer

A plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
Post Reply
AmolHegana
Posts: 2
Joined: 2016-08-26T05:31:37-07:00
Authentication code: 1151

Text clearer

Post by AmolHegana »

I am using Image magick on windows machine command line, I am unable use text clearer functionality. Can you please tell how i can use Text clearer.

Also
MAGICK CONVERT "e:\Images\matt-green1.png" -gamma 1.19 "E:\Images\FILL2.JPG"
MAGICK CONVERT "e:\Images\matt-green1.png" -fill RGBA(251,243,213,0) -colorize 100%% "E:\Images\FILL.JPG"
These commands works but when i am trying to use other commands like

MAGICK CONVERT "e:\Images\matt-green1.png" -enhance stretch "E:\Images\fill3.jpg"
CONVERT: unable to open image 'stretch': No such file or directory @ error/blob.c/OpenBlob/2695.
CONVERT: no decode delegate for this image format `' @ error/constitute.c/ReadImage/508.

Can you please give me some hint, how to use text clearer from windows command line or powershell is also fine.
Even how to check help specific to text clearer is also fine for me.


Thanks in advance.
Amol
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Text clearer

Post by Bonzo »

If you are talking about Freds Textcleaner script it is Unix based and can not be run on windows without Cgwin or similar.

I have not tried it but I believe newer versions of Windows 10 allow you to use shell programs if you activate the option.
AmolHegana
Posts: 2
Joined: 2016-08-26T05:31:37-07:00
Authentication code: 1151

Re: Text clearer

Post by AmolHegana »

Thanks @Bonzo,

It is working for me on Unix. so left windows option.
Post Reply