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) _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
