Search found 1 match

by bhangale.parag
2015-09-20T00:05:07-07:00
Forum: Developers
Topic: Trying to remove background
Replies: 0
Views: 7660

Trying to remove background

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 ...