home ~ projects ~ socials

Stack One Image On Top Of Another One In ImageMagick

cd image-magick/stack-images-vertically

montage top.png bottom.png -tile 1x2 -geometry +0+0 -background none output.png

-background none might only be needed if the images are different widths

-- end of line --