codezoned / PyFry

Deep fry images using OpenCV and Python in an instant
12 stars 8 forks source link

If we give different image other than test.jpg, the flares are not drawn properly #14

Open gnany07 opened 4 years ago

gnany07 commented 4 years ago

In the addFlare function, we are always taking test.jpg as input even though we pass differnt image/images as input. As a result of that flares are always added with respective that on the image passed. This would lead to wrong plotting of flares on images.

gnany07 commented 4 years ago

Will raise a PR with fix