如何从亚马逊缩放窗口获取完整的图像 [英] How to get a full res image from an amazon zoom window

查看:144
本文介绍了如何从亚马逊缩放窗口获取完整的图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开始时只是将它作为项目的内部参考,现在我对它非常着迷 - 亚马逊使用缩放插件将大图片分割成小块,每一块都是图片:



http://www.amazon.com / gp / product / images / 0714859583 / ref = dp_otherviews_z_5?ie = UTF8& s = books& img = 5

做一个完整的,高分辨率的图像,不会被切分。任何人都知道如何抓住这个?我可以得到一个小的,我可以得到所有的大块,但我想获得完整的大图像。

有一点google搜索,firebug工作和阅读一些其他职位,这是什么ive figured



你提到的大图像的一部分是



http://z2-ec2.images-amazon.com/R/1/a=0714859583+d=_SCR(2,3,3)_ + o = 01 + s = RMTILE + va = MAIN + ve = 196021930 + e = .jpg 原始大图是



http://z2-ec2.images-amazon.com/images/P/0714859583.01._SX_SCRMZZZZZZZ_V196021930_.jpg



是否有意义?


I started this just to use as an internal reference for a project, and now I'm kind of obsessed with it - Amazon uses a zoom plugin to slice up a large image into pieces, and each piece is an image:

http://www.amazon.com/gp/product/images/0714859583/ref=dp_otherviews_z_5?ie=UTF8&s=books&img=5

but I figure somewhere there has to be a full, high-res image that is not sliced up. Anyone know how to grab this? I can get a small one and I can get all the large pieces, but I want to get the complete large image.

解决方案

with a bit of googling, firebug work and reading some other posts this is what ive figured

one of the parts of the big image u mentioned is

http://z2-ec2.images-amazon.com/R/1/a=0714859583+d=_SCR(2,3,3)_+o=01+s=RMTILE+va=MAIN+ve=196021930+e=.jpg

and the original big image is

http://z2-ec2.images-amazon.com/images/P/0714859583.01._SX_SCRMZZZZZZZ_V196021930_.jpg

so to follow this to find out for all images the algorithm u have to follow is

  • first part - http://z2-ec2.images-amazon.com/images/P/
  • then the part following a=
  • delete everything following d=
  • followed by '.' then value following o= then '.'
  • followed by _SX_SCRMZZZZZZZ_V
  • followed by the part following ve= followed by _.jpg

does that make any sense???

这篇关于如何从亚马逊缩放窗口获取完整的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆