Re: IPTC info
Re: IPTC info
- Subject: Re: IPTC info
- From: Gnarlodious <email@hidden>
- Date: Tue, 07 Mar 2006 14:37:15 -0700
- Thread-topic: IPTC info
Entity Stockly, Ed spoke thus:
> Well, this is the AppleScript users list and the question was for an
> AppleScript solution. Personally I wouldn't know where to start with a
> "command line wrapper around a Perl module" and I wouldn't suggest shell
> scripts or terminal scripts or Perl modules when there's a perfectly good
> AppleScript solution.
Well, I said this:
set exifToolPath to "/usr/local/bin/ExifTool"
tell application "Finder" to set theResult to the selection as string
set exifToolPath to exifToolPath & "/exiftool"
set EXIF to do shell script exifToolPath & " " & quoted form of POSIX path
of theResult as string
and here is what I got (caution, this describes a whole folder of EXIF data)
so as you can see exiftool is quite robust:
======== /Volumes/Rachel/Pictures Folder/•Apple Store 10-2004/01.jpg
ExifTool Version Number : 6.03
File Name : 01.jpg
Directory : /Volumes/Rachel/Pictures Folder/•Apple
Store 10-2004
File Size : 595 kB
File Modification Date/Time : 2006:02:28 23:26:56
File Type : JPEG
MIME Type : image/jpeg
Comment : AppleMark.
Make : OLYMPUS OPTICAL CO.,LTD
Camera Model Name : C700UZ
Orientation : Horizontal (normal)
X Resolution : 72
Y Resolution : 72
Resolution Unit : inches
Software : QuickTime 6.5.2
Modify Date : 2004:11:14 19:56:55
Host Computer : Mac OS X 10.3.6
Y Cb Cr Positioning : Co-sited
Exposure Time : 1/40
F Number : 4.5
Exposure Program : Creative (Slow speed)
ISO : 100
Exif Version : 0220
Date/Time Original : 2004:10:28 14:28:34
Create Date : 2004:10:28 14:28:34
Components Configuration : YCbCr
Compressed Bits Per Pixel : 2
Exposure Compensation : 0
Max Aperture Value : 3.2
Metering Mode : Multi-segment
Light Source : Unknown (0)
Flash : No Flash
Focal Length : 7.9mm
Flashpix Version : 0100
Color Space : sRGB
Exif Image Width : 1600
Exif Image Length : 1200
File Source : Digital Camera
Scene Type : Directly photographed
Application Record Version : 2
Caption-Abstract : Girl Props, Manhattan, Zebra stripes on
car, Mac Font Curlz
Image Width : 1600
Image Height : 1200
Aperture : 4.5
Image Size : 1600x1200
Shutter Speed : 1/40
Focal Length : 7.9mm
======== /Volumes/Rachel/Pictures Folder/•Apple Store 10-2004/02.jpg
ExifTool Version Number : 6.03
Focal Length : 9.2mm
Flashpix Version : 0100
Color Space : sRGB
Exif Image Width : 1600
Exif Image Length : 1200
File Source : Digital Camera
Scene Type : Directly photographed
Application Record Version : 2
Caption-Abstract : Wall Mural, Manhattan
Image Width : 1600
Image Height : 1200
Aperture : 4.5
Image Size : 1600x1200
Shutter Speed : 1/30
Focal Length : 9.2mm
1 directories scanned
14 image files read
I will cut it short here, but you get the idea
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden