bryanseah234 / animate-images-code

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

Home Page:https://github.com/bryanseah234/image-animation-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/bryanseah234/image-animation-code

License:MIT License


Languages

Language:Python 100.0%