Last Updated: February 25, 2016
·
717
· jalada

Super-simple way to stitch individual frames into a long image

Have you been given a bunch of individual images that you need to animate in CSS as sprites? Install ImageMagick and do this:

convert file1.png file2.png file3.png +append concat.png

Super simple.