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
Some image downloader in Chrome extension able to 'sniff' to download the full res 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
does that make any sense???
This is the method that I am currently using. This is effective but slow, since each image needs to be tackled individually. But, it is also fast, since almost every step can be completed with keyboard shortcuts.
I came on Stack exchange to learn even faster approach for Bulk photos, but found that the method I am currently using may be as faster as some of the other methods already shared.
e.g.
div id="zoomWindow"
e.g.
img id="detailImg" src="http://ecx.images-amazon.com/images/I/81nDa%2Bg17vL._SL1500_.jpg" /
copy http://ecx.images-amazon.com/images/I/81nDa%2Bg17vL._SL1500_.jpg
thats it
There's a new and simpliest way to do this.
If you have fetched the url
of the normal/small image, like this
http://ecx.images-amazon.com/images/I/61Z2sXctnLL.SX466.jpg
Just replace the SX466
with SL1500
to make it like this
http://ecx.images-amazon.com/images/I/61Z2sXctnLL.SL1500.jpg
Amazon hi-res image cotains Merchant ID, it is complicated.
I made a bookmarklet to save Amazon Images.Please try it, and look image's URL.
ttp://parasiteeve2.blog65.fc2.com/blog-entry-1017.html
Example,
Thriller(Amazon MP3) image,
B0013D6LEM(ASIN).01(country U.S.)-A17SFUTIVB227Z(Merchant ID).MAIN. ,
Marchant ID cannot be omitted.
Michael Jackson(Kindle Store) image,
B005WU9RNO(ASIN).01(country U.S.).MAIN. ,
Merchant ID is omittable.