Glue several png’s into one png [1]+[2]+[3]+[4] = [[1][2][3][4]] with montage from ImageMagick:
[1]+[2]+[3]+[4] = [[1][2][3][4]]
montage -geometry +1+1 -tile 4x1 image*.png final.png