ayjzhu / Image-Filter-Sunset_effect

Processes an image by adding a color filter to establish a "sunset effect" to the image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Filter (Sunset Effect)

Description

This program will process an image and add color filter to establish a "sunset effect" by increase the level of red by 30%.

Requirement/Dependency

  • ezgraphics

Notes

Modifying the RGB parameters will have different filter effects!

Effect RGB
Sunset red x 1.30

Input

See attachment. (Upcoming) The input of the image in '.gif' format.

Ouput

See attachment. (Upcoming)
The output of the image type would be a .gif file.

Status

The project is outdated and the code may be not working properly.

About

Processes an image by adding a color filter to establish a "sunset effect" to the image.

License:MIT License


Languages

Language:Python 100.0%