magick *.png -append output.png

Category: Media & Conversion

magick *.png -append output.png

Stack images vertically into one

Stacks every PNG in the current directory vertically into a single image, which is useful for combining screenshots into one long picture. The shell expands *.png; use explicit names to control the order. +append joins side by side instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.