Skip to content

A script that stitches together multiple images side by side that can be used for making timelapses in one picture.

Notifications You must be signed in to change notification settings

alexsmredman/python-merge-image-set

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

python-merge-image-set

Python 3.6 script to stitch together images horizontally or vertically.

Usage:

python3 merge.py [args]

Arguments:

-r/--reverse: Reverses the list of images that are being added together, so the output will be backwards.

-v/--vertical: Adds the images from top to bottom instead of left to right (can go from bottom to top if the -r/--reverse argument is supplied).

Output examples:

Horizontal (python3 merge.py)

Horizontal and reversed (python3 merge.py -r)

Vertical (python3 merge.py -v)

Vertical and reversed (python3 merge.py -r -v)

About

A script that stitches together multiple images side by side that can be used for making timelapses in one picture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%