On Wed, 18 Dec 2002 21:03:11 -0600
Steve Jeppesen <[EMAIL PROTECTED]> wrote:

> I have searched the archives and cannot locate who sent this script.
> I have a question about the part of the script which mounts the
> camera...
> 
> CAM="/mnt/camera"               # Mountpoint for your camera
> (this used to read CAM="/mnt/fuji" I think)
> 
> and later in the script it mounts the camera (i think) with
> mount $CAM
> 
> Is this correct?  Seems like it is missing this; -t vfat /dev/sda1

Yes, it works for me; in /etc/fstab I have:
/dev/sda1 /mnt/fuji vfat user,defaults 0 0

so I can mount the camera with "mount /mnt/fuji" (I really like the way
that sounds, too).

> Forgive me if I have over looked something.
> 
> I am off to find out what JHEAD and ImageMagick do.

JHEAD can extract the EXIF data, which I always like to use for renaming
pictures. I like to rename by date, but I'm working out an option for
people who might like to rename by event, like NewYear01.jpg,
NewYear02.jpg  . . .  or something.

ImageMagick resizes the images (if you use getpix with the -r option), and
creates the "index" image (if you use the -c option).

HTH,
Todd

> TIA
> Steve

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to