I did try what u said…it wasn’t speculation. As far as using that image capture program is concerned, what do u do if the image dimensions is greater than the resolution u have set ?
There’s a much better way…u can easily get the url for the image by right clicking it and seeing the properties or if it’s a single jpg file the url displayed in the address bar is the url to the image itself..just copy that url and use a file downloading program like flashget.
Another way…just create an .htm and insert the following code into it
<a href=>download</a>
and put the url of the image after the =
eg.
<a href=http://w3.gaminglounge.com:8001/~/emiisdev/tr1a_clean_install_checklist.jpg>download</a>
so now when u open the .htm file u’ll see a link called download..right click the link and select “Save Target as…” and then download it.
this method is cheap but it works
or finally, u could save the file as a .bmp file and convert it to jpeg format.