thanks everyone,
in fact, i already start with the tutorial http://www.imagemagick.org/Usage/masking/#bg_remove
the point i could not do is to create the mask as described in the tutorial :
convert difference.png -threshold 0 boolean_mask.png
convert cyclops.png boolean_mask.png \
-alpha off ...
Search found 4 matches
- 2013-06-18T03:40:48-07:00
- Forum: Users
- Topic: Removing complex white background + cropping
- Replies: 8
- Views: 16973
- 2013-06-17T09:25:01-07:00
- Forum: Users
- Topic: Removing complex white background + cropping
- Replies: 8
- Views: 16973
Re: Removing complex white background + cropping
wow that's great...but the problem with this code is that if i have white inside my picture, it will go transparent as well ?
For example, take the 2nd picture, I really got no idea how to manage this...
thanks a lot !!
For example, take the 2nd picture, I really got no idea how to manage this...
thanks a lot !!
- 2013-06-17T07:31:16-07:00
- Forum: Users
- Topic: Removing complex white background + cropping
- Replies: 8
- Views: 16973
Re: Removing complex white background + cropping
thank you. Any idea on how to make it black ?
- 2013-06-17T03:34:18-07:00
- Forum: Users
- Topic: Removing complex white background + cropping
- Replies: 8
- Views: 16973
Removing complex white background + cropping
Hi all ImageMagick fans !
I am try to remove a white background from a picture (a basic one + one more difficult).
1st image : http://www.mediafire.com/?d0ecarvi82kd5x2
1) I have managed to get the difference http://www.mediafire.com/?wco4g2if4n0ize4 using this script :
convert in1.jpg ( +clone ...
I am try to remove a white background from a picture (a basic one + one more difficult).
1st image : http://www.mediafire.com/?d0ecarvi82kd5x2
1) I have managed to get the difference http://www.mediafire.com/?wco4g2if4n0ize4 using this script :
convert in1.jpg ( +clone ...