I've seen various posts around StackOverflow, but basically I want to do something along the lines of:
convert *.png new.tiff
And the tiff has a page per each png. So I want a single tiff, with many pages. This doesn't work, it only converts the first png found in the list. For what I'm doing, I actually need a multi-page tiff. Supposedly imagemagick does this.
(BTW, version is: 6.8.0-10 2013-03-03 Q16)
Any ideas?