Re: Image Events doesn't see EXIF
Re: Image Events doesn't see EXIF
- Subject: Re: Image Events doesn't see EXIF
- From: Graff <email@hidden>
- Date: Sun, 14 Mar 2004 21:02:43 -0500
It works fine here. Maybe the file you are using it on has no metadata
tags. I tried this on several JPEG, PDF, GIF, and other files and they
all showed non-zero values. I'm using Mac OS X 10.3.2 and AppleScript
1.9.3
I also looked up some of the metadata tag properties and that stuff
worked fine also.
-Ken
On Mar 14, 2004, at 8:36 PM, trinko wrote:
when i run the script below on a photoshop jpg file i get 0 as the
result. what's wrong? thanks.
set the_file to choose file
tell application "Image Events"
launch
set the_file to open the_file
set x to the count of metadata tags of the_file
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.