Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 724 Bytes

README.rst

File metadata and controls

28 lines (17 loc) · 724 Bytes

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