Skip to main content

Instagram-like image filters

Project description

Instagram-like image filters.

Can be used in conjunction with the [instagram-client](https://bitbucket.org/acoomans/instagram-client) to upload the image after applying a filter.

## Dependencies

Instagram-filters depends on ImageMagick, which can be installed on a Mac with brew:

brew install imagemagick

## Install

python setup.py install

## Usage

First, import the client:

from instagram_filters.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:

cd tests python test.py

## Credits

This library is inspired from the [“Create instagram filters with php” tutsplus tutorial](http://net.tutsplus.com/tutorials/php/create-instagram-filters-with-php/).

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instagram-filters-0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page