>  
> A friend asked me to write a program for a WIN32 OS.  When this person's
> camera takes a picture it populates the file summery with information
> (right click on the file, go to the summary tab).  One field that I need
> to get is called "Date Picture Taken".  I then need to rename the
> pictures with something incremented by 1 and this field.  Is there a
> cpan module that can do this?
> 

Before you asked us, you CERTAINLY did a search of CPAN for JPEG and
Info, right?  How did Image::MetaData::JPEG fail to meet your needs?

It's huge, it's complicated, and the documentation is hard to read,
but Image Magick (which comes with perl bindings) can do anything with
an image that can be done, including getting the info block out of a
JPEG.

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
        Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g
Computer  software  consists of  only  two  components: ones  and
zeros, in roughly equal proportions.   All that is required is to
sort them into the correct order.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to