For sites like
We can zoom and pan all we want, but say if we want to save the image as a full file, is there an easy way to do it?
|
For sites like We can zoom and pan all we want, but say if we want to save the image as a full file, is there an easy way to do it?
| |||||||||
feedback
|
|
I don't think there is an "easy" way to do that, as the images shown in the zoomed viewer are individual parts of the big picture. (You can see that with a "save image as..." in most browsers, or image properties). Image parts are fetched through this kind of link: As such, there is no easy way to do that, in my opinion, because it will require you to save and assemble the individual image files back. | |||||
feedback
|
|
The URL: http://z2-ec2.images-amazon.com/images/P/B001AQR3J4.01._SX_SCRMZZZZZZZ_V217104471_.jpg brings up the 1667 x 2108 / 500+kb pic that is being tiled up. When visiting your original URL, Amazon loads up the image applet. Now, start stripping out all of the encumbering SCR in parentheses and set the SCR value to the MAX value Change to the Append a All of these values are case sensitive. | ||||
|
feedback
|
|
What I've done before is to save the source of the page that has that zoom/pan applet on it, edit it in notepad & make the zoom/pan applet bigger. Unfortunately this only works on flash-based zooming applets, this site appears to be ajax-based. | |||
|
feedback
|
|
Use Safari, enable developer tools. right click and Inspect Element. View Resources and the images that you have viewed will show up in the left column. You have to load the images into cache to get that certain page. Double click on that resource and it will open a new window with the image. Right-click and download. I just tried this and it works. | |||
|
feedback
|
|
Open | |||
|
feedback
|