HeitorCoimbra / HueRotationLooper

:rainbow: Transforms an image into a hue rotation loop .avi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hue Rotation Looper

This code transforms a .png image into a .avi hue rotated loop.

Hue rotation means to individually increment some offset to the hue of each pixel in an image. This code creates a video of a continuously rotating hue from a photo.

Example

spooky skeleton

Full video

Dependencies

This code depends on the following Python3 modules.

numpy
Pillow
imageio
imageio-ffmpeg

Should you find you do not have these installed get them with pip like so.

pip install numpy Pillow imageio imageio-ffmpeg

or

pip install -r requirements.txt

About

:rainbow: Transforms an image into a hue rotation loop .avi

License:GNU General Public License v3.0


Languages

Language:Python 100.0%