Re: Change of file creation date
Re: Change of file creation date
- Subject: Re: Change of file creation date
- From: Nelson Byrne <email@hidden>
- Date: Wed, 14 Apr 2004 14:52:20 -0700
Date: Tue, 13 Apr 2004 18:02:50 -0600
Subject: Re: Change of file creation date
From: Gnarlodious <email@hidden>
To: Applescript <email@hidden>
Entity Axel Luttgens spoke thus:
Heinrich Bjerregaard wrote:
I want to set the file creation date of my JPEG file to that of the
camera's shooting date (which can be found in the JPEG file).
GC can do it:
http://www.lemkesoft.org/scripts/iptc_scripts.sit
-- Gnarlie
--__--__--
I'd love to be able to do stuff like that - get IPTC data and EXIF data
using GraphicConverter, but I can't make it work. Most of that sort of
stuff comes back empty. It "exists" but I can't get at it.
For example:
tell application "GraphicConverter"
activate
exists EXIF exposure time of window 1
true
get EXIF exposure time of window 1
""
get name of window 1
"DSC01521.jpg"
get IPTC caption of window 1
" "
get IPTC captionwriter of window 1
""
get IPTC headline of window 1
""
get IPTC specialinstructions of window 1
""
get IPTC byline of window 1
""
get IPTC bylinetitle of window 1
""
get IPTC credit of window 1
""
get IPTC source of window 1
""
get IPTC objectname of window 1
""
get IPTC datecreated of window 1
""
get IPTC city of window 1
""
get IPTC state of window 1
""
get IPTC country of window 1
""
get IPTC reference of window 1
""
get IPTC category of window 1
""
get IPTC copyright of window 1
""
get IPTC subcategory of window 1
current application
get IPTC keywords of window 1
current application
get IPTC urgency of window 1
"No"
end tell
If I myself as GC for the data (no script involved) it tells all, so I
know it's there.
Any suggestions?
(GC 5.0.1US, OS X.3.3)
Regards,
Nelson
_______________________________________________
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.