This project is forked from https://bitbucket.org/ausguss/svg-animation-builder
svg-animation-builder creates stop-motion animated svg from images.
svg-animation-builder takes an image folder (containing svg images) as input and includes the still images into a stop-motion animation svg output file. Frames are ordered according to input filenames (in alphanumerical order). It is written in Python 2.7 (visit python.org - there you can find instructions about how to install the python interpreter needed for running svg-animation-builder).
python main.py [options]-
-h,--helpshow this help message and exit
-
-f OUTPUT_FILENAME,--file=OUTPUT_FILENAMEdefine output file (default:
animation.svg) -
-i INPUT_FOLDER,--input=INPUT_FOLDERinput folder (default:
input/) -
-s FRAME_RATE,--step=FRAME_RATEframe rate in milliseconds (default:
100) -
--width=WIDTHscale images to the given width (ommit
--heightfor aspect ratio) -
--height=HEIGHTscale images to the given height (ommit
--widthfor aspect ratio) -
-c,--copyrightshow legal information and exit
python main.py
python main.py --step=60 --output=fast-animation.svg
python main.py -i svg-folder
python main.py --width 1024- Meta data for svg output file
- Allowed structure for input SVGs is very limited (program is only reading first
<path\>of first<g\>-Element) - Lots of limitations.
Author: Josa Wode 2016
This project is GNU licensed
- visit coding.josawode
- mail to coding@josawode