Giter Site home page Giter Site logo

instagram-filters's Introduction

Instagram-filters

Instagram-like image filters.

Can be used in conjunction with the 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.

instagram-filters's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

instagram-filters's Issues

crash in test.py

The Problem:

instagram is crashing on particular filters, other filters work like a charm.
What am I doing wrong?

No idea what else to write for your information so please feel free to ask me about my problem :)

System:

Ubuntu 10.04 Server(64bit)
Python: 2.7.5
ImageMagick: 6.8.6 ( compiled with jpeg )

The error log( tried to run the built in tests/test.py ):

Traceback (most recent call last):
File "test.py", line 26, in
applyAll()
File "test.py", line 23, in applyAll
f.apply()
File "/usr/local/lib/python2.7/site-packages/instagram_filters-0.1-py2.7.egg/instagram_filters/filters/kelvin.py", line 8, in apply
self.frame("Kelvin.jpg");
File "/usr/local/lib/python2.7/site-packages/instagram_filters-0.1-py2.7.egg/instagram_filters/decorations/frame.py", line 10, in frame
frame = os.path.join(path, "frames", frame)
File "/usr/local/lib/python2.7/site-packages/instagram_filters-0.1-py2.7.egg/instagram_filters/filter.py", line 26, in execute
error = subprocess.check_output(command, shell=True, stderr=subprocess.STDOUT)
File "/usr/local/lib/python2.7/subprocess.py", line 575, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'convert results/Kelvin.jpg ( '/usr/local/lib/python2.7/site-packages/instagram_filters-0.1-py2.7.egg/instagram_filters/decorations/frames/Kelvin.jpg' -resize 600x600! -unsharp 1.5x1.0+1.5+0.02 ) -flatten results/Kelvin.jpg' returned non-zero exit status 1

No matching distribution found for PIL

execute
pip install -U instagram-filters

result

Collecting instagram-filters
  Using cached instagram-filters-0.1.tar.gz (3.1 kB)
  Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of instagram-filters to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement PIL (from instagram-filters) (from versions: none)
ERROR: No matching distribution found for PIL

best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.