Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014
Feb 21, 2014

README.md

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/)

About

Instagram-like image filters.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.