Originally Posted by
JavaPF
I'm not sure how to go about doing this with images.
The code above looks for all the .txt files in a dir, opens them 1 by 1 and re-creates them in the new directory. This wouldnt work with .tif images.
You can still use the above code to list all the images in a directory. Ill have a think about how to move these files and get back to you..
It could work if you can read the encoding for tiff images:
Java Advanced Imaging API Home Page
It's not that hard to implements it by the looks of it. (though i havent done anything with image manipulating yet, but this can be a good time to try out)