PostPic - PostgreSQL的图像处理扩展


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;