On Sun, Nov 25, 2001 at 06:11:28PM -0800, Osamu Aoki wrote: > What is the best archiving approach for bundle of digital photos. > > My idea is simple script to create web page. Use "du -s" to check > archive size,... (imagemagic + perl script + make should do this.) > I do not like this to be complicated. > > Did anyone do this? Any pointer is appreciated.
Yup, pretty simple. I use a mix of xloadimage (for reading and writing images) a bash shell script for renaming images to meaningful names, electric eyes for cropping photos ( I would like a better solution to this, but am yet to find one), and a couple of gpl licenced perl scripts I downloaded and modified off the net for generating thumbnails and html one of which uses imagemagick. All on a pentium 100 with 16 mb of ram. HTH