var fDesc=new Array(); fDesc[0] = "cacheCopy is a little application for ripping images from your browser cache into a folder on your drive.
All the images that are displayed in your browser are stored somewhere on your hard-drive (unless you use private browsing in Firefox or Chrome). You can access these images yourself if you know where to look for. But you’ll need to sort the files into images, text and other media, add file extensions to images and sort them. Or you can use cacheCopy application that will copy all the JPG images from browser cache into a folder on your drive.

cacheCopy is an open source software based on Microsoft .Net platform and written in C#.

It is very simple to use and does not require an installation (But you can install it if you want - you'll get a shortcuts in Start Menu and on your Desktop)

Also this tool can help you sort your image collection - remove images smaller that a certain resolution or file-size. Just point "Manual Selection" folder to your image collection, set target folder and set the filter."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }