问题标签 [iipimage]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
2430 浏览

web-crawler - 如何从 IIPImage 服务器抓取 DeepZoom 图像?

如何获取托管在 IIPImage 服务器上的 DeepZoom 图像的所有图块和元数据?

IIPImage 支持 IIP 协议(​​没有详细记录)、MS DeepZoom 和 Zoomify

0 投票
2 回答
1178 浏览

image - Optmize size of tiled tiff with ImageMagick

I'm actualy creating Tiled TIFF from jpeg files by using ImageMagick. My aim is to work with IIPImage server. I can generate easily files but my problem is that I have to deal with a large warehouse of images and it's crucial to optimize the space occupied by my TIFF files.

Thus, by using a compression of 45% (and tiles of 256x256) I obtain a acceptable quality and It's the maximum level of optimization I know. With that configuration, my TIFF files have a little more the same size as the original jpeg files. For exemple, if a jpeg weights 10Mo, the result TIFF weights 11.4Mo. It's good but not enought because if my initial warehouse weights 2To, I have to plan at least 4To for my project.

Thereby, I want to know if it exists a way for optimizing further the size of my TIFF files without losing more quality than 45%... By using ImageMagick or another tool.

For information, I'm using this command for generating TIFF.

Thanks !

0 投票
1 回答
144 浏览

openseadragon - 将 IIPImage 服务器与 openseadragon 一起使用

我有 IIPImage 服务器正在运行,我正在尝试显示 deepzoom 图像但失败了

这就是我的做法:

重要的是:

我从浏览器中收到“无法加载平铺图像”的错误

我应该如何做的任何帮助或示例?谢谢