tonyseek / python-tclip

The Python binding of tclip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Python Tclip

The Python binding of tclip.

Usage

Install this package into your site-packages:

$ pip install git+git://github.com/tonyseek/python-tclip.git

And use it to process pictures

from tclip import TClip

clip = TClip(width=150, height=150)
clip.process_file("/path/to/input.jpg", "/path/to/output.jpg")

About

The Python binding of tclip.


Languages

Language:C++ 66.6%Language:Python 33.4%