Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际上,我收藏了很多 Deep Zoom 格式的照片。我想将每个集合的每个图像恢复为原始大小的 JPEG,有没有办法执行此操作?
理论上是的,但实际上这可能很困难,因为没有具体的支持来做到这一点。
问题是所有图像都在不同分辨率的层中变成了正方形,原始图像的位置丢失了。转换为 DeepZoom 后,将一张巨大的图像有效。
为了做你想做的事,你实际上想要以最高分辨率迭代整个 Deep Zoom 图像,一次一行一行 - 在每个位置捕获渲染图像。
然而,没有明显的方法可以分离出制作它的原始图像(除非您的图片布局有固定的模式,例如布置固定大小的行和列)。