Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I tried to use -average to average a list of Tiff files:
convert ??.tif -average test_av.tif
01.tif, 02.tif... contain differently exposed images from the same scene.
I expected that in test_av.tif I find an image which contains the average of the input images. Instead of this I get a multi image tiff with all source files, just as if I used the -adjoin command.
Version: ImageMagick 6.2.7 04/22/06 Q16 static
OS: Windows 2000 SP4