我正在寻找某种命令行工具,使用它我可以创建一个应用程序来将输入图像转换为深度缩放图像。
我有大约 500 张图片。我使用 Deep Zoom Composer 一次生成一个 Deep Zoom Image[DZI] 内容。正在寻找一种更好的方法来处理多个图像。
看起来 Deep Zoom 安装文件夹中有一个工具 SparseImageTool.exe 不再可用。
以下是用于创建 DZI 和类似图像的工具列表:
http://openseadragon.github.io/examples/creating-zooming-images/
Found a command line tool which generates files for Deep Zoom.
https://libvips.github.io/libvips/API/current/Making-image-pyramids.md.html
Example:
vips dzsave some-huge-file.tif my-dzi-name
Will write my-dzi-name.dzi
and a directory called my-dzi-name_files/
containing all the image tiles.