Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.19 KB

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