PostgreSQL的图像处理扩展PostPic.zip

时间:2022-08-07 21:09:35
【文件属性】:

文件名称:PostgreSQL的图像处理扩展PostPic.zip

文件大小:23KB

文件格式:ZIP

更新时间:2022-08-07 21:09:35

开源项目

PostPic 是 PostgreSQL 数据库的扩展,用来在数据库内进行图像处理,PostPic 为 SQL 增加了 image 类型,还包含很多相关的函数用来处理图片以及从图片中抽取对应的属性。 例如: select * from images where date(the_img) > '2009-01-01'::date and size(the_img) > 1600; 标签:PostPic


【文件预览】:
postpic-master
----server()
--------src()
--------sql()
--------doc()
--------Makefile(1KB)
--------postpic.control(224B)
----lgpl-3.0.txt(7KB)
----examples()
--------create_example_tables_and_funcs.sql(3KB)
----.gitignore(114B)
----Makefile(501B)
----README.md(2KB)
----utils()
--------postpic_utils.h(640B)
--------postpic_import.c(4KB)
--------postpic_utils.c(2KB)
--------Makefile(602B)
--------postpic_export.c(5KB)

网友评论