Hi again, I discovered two errors I made in the script:
Claus Cyrny wrote: > --- script -- > > #!/bin/sh > > convert $infile -colorspace HSB -channel R -separate $tmp0 > convert vertigo_0011.png -colorspace HSB -channel G -separate $tmp1 > This should read 'convert $infile -colorspace HSB -channel G -separate $tmp'. > convert $infile -colorspace HSB -channel B -separate $tmp2 > > convert $infile -colorspace HSB -channel RGB -separate +channel \ > > \( +clone -edge 2.5 -gaussian-blur 2 \ > \ $tmp2 -mask clone2 \ > \ $tmp2 -unsharp 2 \ > \ $tmp2 > clone \ > This should read '\ $tmp2 > clone 2 \'. (Btw, is 'clone 2' an actual filename, or is it just a placeholder for the cloned channel?) 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
