pygram alternatives and similar packages
Based on the "Imagery" category.
Alternatively, view pygram alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pygram or a related project?
README
PyGram
Instagram-like image filters.
Usage
First, import the client:
from filters import *
Instanciate a filter and apply it:
f = Nashville("image.jpg")
f.apply()
Available filters:
- Gotham
- Kelvin
- Lomo
- Nashville
- Toaster
Note The filters change the image in-place. Be sure to copy it before applying any filter if you want to copy the original image.
Tests
Run the tests with:
python test.py
Tutorial
Instagram Filters with Python(http://pypix.com/python/instagram-filters-python/)