Hi Joey > Can someone give me some hints on how to accomplish this? Or if you > have sample code, even better!
A couple of things come to mind: o Switch from using images to using the histograms of the images, and somehow combine those histograms o Use Perl to read out the color of each pixel of each image, and insert the results into a single image. Obviously a white pixel at the same point on several images will appear as one pixel on the result, so you'll need some way to compensate for that -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
