Re: [MacPerl] Image::Info help

2004-01-17 Thread Ronald J Kimball
On Fri, Jan 16, 2004 at 11:00:05PM -0500, Ingo Weiss wrote: > use Image::Info qw(image_info dim); > I have worked with modules before (CGI.pm) but I can't really make sense > of the qw-syntax in line 1. Your real question has been answered, so I'll just explain that qw(a string of words) is esse

Re: [MacPerl] Image::Info help

2004-01-17 Thread John Delacour
Your problem is not (in this instance) with Image::Info but that you have not installed IO::String Download it from here: Then in the Terminal, cd to the directory, wherever you downloaded it to, and do the following steps: IO-String-1.04 jd$ per

[MacPerl] Image::Info help

2004-01-17 Thread Ingo Weiss
Hi List, I would like to write a script that renames image files based on the date and time they where taken (not the creation date). I learned that this data is stored in the EXIF meta data, and installed the Image::Info module that should be able to read that data. This is how it should work: