程序名称:PostPic
授权协议: LGPL
操作系统: Linux
开发语言: C/C++
PostPic 是 PostgreSQL 数据库的扩展,用来在数据库内进行图像处理,PostPic 为 sql 增加了 image 类型,还包含很多相关的函数用来处理图片以及从图片中抽取对应的属性。
例如:
select * from images where date(the_img) > '2009-01-01'::date and size(the_img) > 1600;
http://wiki.github.com/drotiro/postpic/