Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.51 KB

index.rst

File metadata and controls

71 lines (48 loc) · 1.51 KB

The «Pystacia» raster image manipulation library

Pystacia is a new image manipulation library written to meet practical needs of developers. It's simple, it's cross-platform, runs on Python 2.5+, 3.x, PyPy and IronPython. It's compact but still appropriate for most of your day to day image handling tasks. Pystacia leverages powerful ImageMagick library as a back-end exposing easily comprehensible pythonic API.

Here is one of the simplest code snippets showing what you can do with it:

simple.py

When saved to simple.py, the above script can be run via:

$ pip install pystacia
$ python simple.py

Provided you have file example.png in the same directory it would output version of the file which would be scaled to 320╳240 pixels and rotated by 30 degrees. It would also display it in your default system image viewing program.

What's new

whatsnew/0.2

Front matter

copyright

Narrative documentation

introduction installation image color misc

Reference Material

Reference material includes documentation for Pystacia API.

api

Indices and tables

  • genindex
  • modindex
  • search