Pillow is the friendly PIL fork by Jeffrey 'Alex' Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors. Development is supported by: The Python Imaging Library ...
stitch *.jpg stitches all jpg files in the current directory stitch img_dir/IMG*.jpg stitches all files in the img_dir directory starting with "IMG" and ending with ".jpg" stitch img1.jpg img2.jpg ...