Skip to content

Convert jpg or png image file to gif animation with hue value variation

Notifications You must be signed in to change notification settings

KIMGEONUNG/hue-surrounding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Overview

  • Project Name : Hue-Surrounding
  • This project is for generating hue variation gif image. To get a quick intuition, see the images below .The input image was generated from Sound Visualization Library created by MYEONGJOONIL
Input Image Output gif

2. Dependency

  • Linux : Ubuntu 18.04.4 LTS
  • Python : ver. 3.6.9
  • PIL : ver. 1.1.7
  • colorsys : unknown

3. Usage

  • Execute Program
    > python hue_surrounding.py -i ./sample_images/sample.png -o ./output.gif
  • Option Description
    > python hue_surrounding.py -h
    -f : The number of frames 
    -i : Input image file path. Default path is "./sample_images/sample.png"
    -o : output image file path. Default path is "./output.gif"

4. Version

  • Current up-to-date version : v1.0.0

About

Convert jpg or png image file to gif animation with hue value variation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages