gdscigdtuw / photo_effect

A web application that renders an effect on an image uploaded by user using python image processing libraries.
8 stars 10 forks source link

Create function for warming effect #14

Open apekshamanchanda opened 4 years ago

apekshamanchanda commented 4 years ago

Resource: https://subscription.packtpub.com/book/application_development/9781785282690/1/ch01lvl1sec11/generating-a-warming-cooling-filter

Add the code in the effects.py file , a function called warming_effect has already been created there, edit that function to render the effect on the frame by referring to the above resource.