concatenate two images one below the other

Solution 1:

Just:

convert img1.png img2.png -append  full_img.png

See the manpage:

    -append         append an image sequence top to bottom (use +append for left to right)