/animate-images-code

Project Goal: Build a website that creates recursive image rotation animations. Project Admin: Bryan. Give me 1 ⭐ if it’s cool.

Primary LanguagePythonMIT LicenseMIT

Rotate Your Photos!

Create recursive image transformation animations

Disclaimer

  1. Valid output formats include .m4a .mp4 .mov .avi

Demo:

Instructions:

rotate.py

  1. Run the following code in a terminal of your choice python3.7 rotate.py <input_image.png> <output_file.mp4>

transform.py

  1. Run the following code in a terminal of your choice python3.7 transform.py <input_image.png> <output_file.mp4> optional: <transform_type>

where 0: rotation 1: vertical flip 2: horizontal flip 3: vertical+horizontal flip