Fork me on GitHub

PostPic
by Domenico Rotiroti

Image processing with PostgreSQL

PostPic is an extension for the open source dbms PostgreSQL that enables image processing inside the database, like PostGIS does for spatial data. It adds the new 'image' type to the SQL, and several functions to process images and to extract their attributes.

Dependencies

Documentation

The project Wiki has a Quickstart guide and other documentation.

Authors

PostPic is Copyright © 2010 Domenico Rotiroti.

Released under the LGPLv3 license.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/drotiro/postpic