- 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 |
- Linux : Ubuntu 18.04.4 LTS
- Python : ver. 3.6.9
- PIL : ver. 1.1.7
- colorsys : unknown
- 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"
- Current up-to-date version : v1.0.0