More Imagemagick tricks
I am attempting to learn how to stack or combine or layer multiple images ontop of each other.
Specifically to take all of the images of meteors taken throughout the night and put them together into a single image showing all of the meteors.
We’ll start simply, with only two images taken from 2013 February 11th:
convert ev_20130211_*.png -evaluate-sequence max ev_20130211.png
gives us this result:
Got it!
This is how to stack or combine multiple images from a nights run of meteor imaging into one single image that shows all of the meteors in one image.
A better example is from 15 images from 2012 August 08:
convert ev_20120808_*.png -evaluate-sequence max ev_20120808.png