Code Monkey home page Code Monkey logo

eduolijfbr / postpic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drotiro/postpic

0.0 2.0 0.0 1.57 MB

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.

Home Page: http://drotiro.github.com/postpic/

Makefile 4.68% SQLPL 5.93% PLpgSQL 11.05% C 78.34%

postpic's Introduction

PostPic: A PostgreSQL extension for image-processing

PostPic is an extension for the open source PostgreSQL dbms 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.

Eg.

  select * from images 
           where date(the_img) > '2009-01-01'::date
           and size(the_img) > 1600;

Traditional relational clauses can be combined in queries with image-related ones, and basic image processing can be performed in SQL.

Resources

PostPic is hosted at GitHub, there you can find all the code releases and the project Wiki with detailed documentation about the project.

Contents of this package

This package contains the following:

  • server: sources for the server extension
  • utils: utilities for client-side loading of images, etc.
  • examples: a sql script to create sample tables and functions

Copyright and license

PostPic is Copyright (C) 2010 Domenico Rotiroti.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

A copy of the GNU Lesser General Public License is included in the
source distribution of this software.

postpic's People

Contributors

drotiro avatar

Watchers

James Cloos avatar Eduardo de Oliveira avatar

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.