Re: [AS] Image Events and GIF
Re: [AS] Image Events and GIF
- Subject: Re: [AS] Image Events and GIF
- From: Yvan KOENIG <email@hidden>
- Date: Tue, 7 Mar 2006 08:07:21 +0100
Le 6 mars 2006, à 23:06, Hal a écrit :
I haven't run into that problem, but FWIW, I've had a lot of trouble
getting image events scripted in a way that works. Don't know if it's
a buggy implementation or bad coding on my part and the lack of error
feedback doesn't help.
Regards.
Thanks Hal
In my tries, I used an edited version of the "Image - Duplicate as
JPEG.scpt" script delivered by Apple with MacOS.
Original lines:
property done_foldername : "JPEG Images"
…
property newimage_extension : "jpg"
…
save this_image as JPEG in file target_path with icon
Edited lines:
property done_foldername : "GIF Images"
…
property newimage_extension : "gif"
…
save this_image as GIF in file target_path with icon
The script does its duty but in fact, in the "GIF Images" folder I get
files with the "gif" extension name but the same contents as the
original.
Maybe one of the Apple's AppleScript guru will be able to help.
Yvan KOENIG
_______________________________________________
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