How can I get an "average" of several images?
January 22, 2008 10:57 AM Subscribe
How can I generate a "visual average" from a group of digital images?
A few years ago, I saw a
BoingBoing post in which a guy had taken the pixel means of Playboy centerfolds for several decades. I'd like to use the same technique and am wondering if there's any off-the-shelf (preferably free) stuff that can do that.
posted by k7lim to computers & internet (5 answers total) 13 users marked this as a favorite
convert -average *.png output.png
and you're done. The source files do need to be cropped so they're all the same size first.
posted by Wolfdog at 11:20 AM on January 22, 2008 [1 favorite]