[magick-users] Merging lots of images, but adding the "whites"
Ron Savage
ron at savage.net.au
Tue Aug 28 17:11:44 PDT 2007
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
ron at savage.net.au
http://savage.net.au/
More information about the Magick-users
mailing list