Hi,

after my last post & compiling the current IM 6.4.0, I was able to
perform the 'compose' operation I wrote about. The only problem:

After performing 'compose', a white 'halo' remains around the object.
Does anybody know how I can remove this, using a shell script & IM?.

Here's a close-up of the final image with an alpha channel:

http://home.arcor.de/ccyrny/downloads/im_compose_screenshot.png

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

TIA,

Claus

P.S.: Since the operator in the 'options' section on the web site is
still written
<http://www.imagemagick.org/script/command-line-options.php#compose>
as 'change-mask', maybe it would be good to change this to 'ChangeMask'.
Otherwise this is confusing. (Or do both work?)

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

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to