Search found 4 matches

by Akkisai
2011-07-15T06:11:25-07:00
Forum: Users
Topic: Can we remove the watermarks using ImageMagick
Replies: 9
Views: 25385

Re: Can we remove the watermarks using ImageMagick

Can we get the region shown in the below image(Red marked) using the -region option with convert command. http://www.flickr.com/photos/65102804@N07/5939977114/ How to combine the below two into one command line argument. 1.convert GoodMorning.png -region 360x380+300+320 GoodMorning_level.bmp 2 ...
by Akkisai
2011-07-13T06:05:33-07:00
Forum: Users
Topic: Can we remove the watermarks using ImageMagick
Replies: 9
Views: 25385

Re: Can we remove the watermarks using ImageMagick

Thankyou so much. The "morphologic close diaomand" command worked for my image(WaterMark disapeared). But the problem is the remaing text in the image had disturbed a bit. Can we limit this disturbance to a limited area,so that the disturbance is limited to the text under which the watermark is ...
by Akkisai
2011-07-12T04:08:19-07:00
Forum: Users
Topic: Can we remove the watermarks using ImageMagick
Replies: 9
Views: 25385

Re: Can we remove the watermarks using ImageMagick

It would be likely impossible to determine if a pixel in the watermark area should be on (for underlying text) or not. Especially without shading (greyscale) effects in the scan. However if you like to post a small cut-down sample of the problem, people on the forum can give it a go, and make ...
by Akkisai
2011-07-08T05:23:32-07:00
Forum: Users
Topic: Can we remove the watermarks using ImageMagick
Replies: 9
Views: 25385

Can we remove the watermarks using ImageMagick

Technical Team, Issue: Need to remove the watermark(text) diagnally right placed on a .tiff image which consists of text, Both the image text and the watermark text are in the same color(Black). Critical issues: 1. The watermark text is placed diagnally right on the background of image(.tiff) file ...