php - 如何在Php项目中集成iiif图片查看器?

标签 php image codeigniter iiif

我想使用 iiif http://iiif.io/在我的 Codeigniter 项目中,但我没有找到任何可以帮助我使用此框架的有用链接或演示。

我还打算使用 http://www.iiifhosting.com/为了托管图像及其演示节目,他们也提供图像查看器,但我可以像 IIPMooViewer、Mirador、OpenSeadragon 或 iiif.io 查看器列表中列出的任何其他查看器一样自定义此查看器吗?

最佳答案

根据documentation :

The IIIF [International Image Interoperability Framework] Image API specifies a web service that returns an image in response to a standard HTTP or HTTPS request. The URI can specify the region, size, rotation, quality characteristics and format of the requested image.

对于服务器,可以部署自己的服务器如LorisIIPImage server .您还可以使用托管服务,例如 http://www.iiifhosting.com/ .

对于客户端,可以集成一个客户端如Mirador , OpenSeadragon进入您的网站,但您也可以直接使用 IIIF 协议(protocol),使用 URI syntax :

{scheme}://{server}{/prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format}

关于php - 如何在Php项目中集成iiif图片查看器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42203575/

相关文章:

PHP:更新行时遇到问题

php - get_header() 如何调用特定的 PHP 文件?

javascript - 如何解决ajax从php获取数据时只取第一行数据的问题?

CSS 对齐来自外部站点的每个 RSS 提要的图像

php - mySQL 中的条件和?

php - 将 noindex header 添加到 php 重定向文件

java - 在 Java 中以较小的磁盘大小写入 PNG 文件

html - 让JPG图片贴在网页底部不拉伸(stretch)

mysql - codeigniter如何从mysql中的数据库自动增加记录

javascript - 获取复选框的 id