I am working on an image processing project. For that I have a directory which contains around 70,000 images. As I process them in multiple stages I save the intermediate images in another directory. But when I want to see it I can't, as when I open the directory, due to the number of files the file manager stops responding.
Even if I somehow manage to open it, I fear that the image viewer will not respond, as I am under the impression that they try to put a few images in cache to load faster.
I tried to open the images from terminal. I can open one image at a time in this case but I can't view it as a gallery, which is equally bad as I need to view many images to know that the results are satisfactory.
cp
(copy), ormv
(move) images/image folder-directories around. This way you can get it done step by step. – v2r Feb 19 '14 at 15:55