averaging many images to a single image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We tried your command with ImageMagick 6.2.8-1, the current release, and it worked as expected without any complaints.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

In other words you are a Window user, runing things in a case sensitive UNIX environment :-) A problem I see all the time in the university I work for.

NOTE: -average only works with images that are all the same size.

Also for two images using a composite -blend 50 is the same as average.
See
http://www.cit.gu.edu.au/~anthony/graph ... ose/#blend
http://www.cit.gu.edu.au/~anthony/graph ... s/#average

Question, whay are you averaging 50 images?
Sounds like something that should be mentioned in IM Examples.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply