如何将可缩放图像捕获为一张高分辨率图像?

发布于 2024-08-21 10:30:59 字数 406 浏览 3 评论 0原文

我想以 3 倍缩放的高分辨率捕获可缩放图像。您知道有什么方法可以将这张图像拼凑在一起而无需手动操作吗? 这是图片

I would like to capture a zoomable image at a high resolution zoomed at 3x. Do you know of a way I can piece this image together without having to do it manually? Here is the image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

几度春秋 2024-08-28 10:30:59

After using bhups' solution, tweaking outputxand outputy for a good while, I tried something else.

I went back to the object page (in the above example, here), took the thumbnail image URL (http://www.metmuseum.org/Imageshare/ep/regular/DP145931.jpg), replaced regular with zoom and to my surprise got what I presume is the full image, with less effort:

http://www.metmuseum.org/Imageshare/ep/zoom/DP145931.jpg

何止钟意 2024-08-28 10:30:59

您可以调整 URL 来完成工作。 这里是 3x 图像的 URl。
http://media.metmuseum.org/mgen/metzoom/zoom3.ms?img=DP145931.jpg&wrapperid=11&outputx =1200&outputy=1601.067378252168&level=1&x=0&y=0&backcolor=0x00000
outputx 和outputy 是输出图像尺寸。 level 表示缩放级别。 x 和 y 是所选矩形的左上角。

You can tweak the URL to get the job DONE. Here is the URl for 3x image.
http://media.metmuseum.org/mgen/metzoom/zoom3.ms?img=DP145931.jpg&wrapperid=11&outputx=1200&outputy=1601.067378252168&level=1&x=0&y=0&backcolor=0x00000
outputx and outputy are the output image dimensions. level implies the zoom level. and x and y are the top left corner of the selected rectangle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文