Page 1 of 1

Text clearer

Posted: 2016-08-26T05:45:15-07:00
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

Re: Text clearer

Posted: 2016-08-26T06:06:27-07:00
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.

Re: Text clearer

Posted: 2016-09-08T22:47:17-07:00
by AmolHegana
Thanks @Bonzo,

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