[magick-users] Re: ChangeMask: white 'halo'

Claus Cyrny claus.cyrny at web.de
Tue Apr 8 04:46:02 PDT 2008


Claus Cyrny wrote:
> And here's my script, which runs successfully now (there was apparently
> an issue with my older IM install 6.2.3-4):
>
> -- script --
>
> #!/bin/sh
>
> convert original_image.png white_bg.png \
> -compose ChangeMask -composite composite.png
>
> display composite.png
>
> -- /script --
>

In the meantime, I modified my script to

#!/bin/sh

convert original_image.png white_bg.png \
-compose ChangeMask -composite trim -fuzz [value] composite.png

display 03.png

but without any visible effect. (For '-fuzz', I tried different values.)

Claus

-- 
Web design,graphics, photography: http://home.arcor.de/ccyrny/ (English|German)
Articles: http://www.americanchronicle.com/articles/viewByAuthor.asp?authorID=2153 (English)
Blog: http://grafomatic01.twoday.net/ (basically in German)
MySpace: http://www.myspace.com/claus_01 (English)



More information about the Magick-users mailing list