How to get a full res image from an amazon zoom window

前端 未结 9 708
甜味超标
甜味超标 2021-02-01 22:58

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 e

9条回答
  •  萌比男神i
    2021-02-01 23:08

    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???

提交回复
热议问题