Trying to remove background

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
bhangale.parag
Posts: 1
Joined: 2015-09-19T23:52:23-07:00
Authentication code: 1151

Trying to remove background

Post by bhangale.parag »

Hello All,

I am using IM convert tool to remove the background from my image.
I tried following
convert cropped.png -bordercolor black -fuzz 20% -trim SAMPLE_trim.png
convert sample_white2.gif -unsharp 0*1 sample_white3.gif
convert SAMPLE.gif -transparent black trans_black.gif

But no success :(. I have image which have table inside it with alternate colors. One row is with white background and another is with black dots which is mixing with characters i want to remove that. Please help me out.

Sample image is at following location.
https://drive.google.com/file/d/0BwQfEu ... xrY2M/view
Post Reply