mgineer85 / pilgram2

A python library for instagram filters
Apache License 2.0
7 stars 0 forks source link

percentage value effect filter like on instagram #35

Open sugizo opened 9 months ago

sugizo commented 9 months ago

nice to have percentage value effect filter like on instagram image

e.g. pilgram2.juno(im, 0.22).save('juno.jpg') # 22 % like image above or pilgram2.css.contrast(im, 0.12).save('contrast.jpg') # 12 %

best regards

mgineer85 commented 9 months ago

Yes, would be nice. Would be great if you send a pull request implementing that :)