• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Image Events droplet
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image Events droplet


  • Subject: Re: Image Events droplet
  • From: yvan-koenig <email@hidden>
  • Date: Sun, 20 Mar 2005 21:00:43 +0100

Hello

I made some changes and as is it seems OK.

on open theseFiles
copy theseFiles to cesFichiers
repeat with inputFile in cesFichiers
--set inputFile to first item of theseFiles
set outputFile to (choose file name default name "new_name.jpg") as string
tell application "Image Events"
launch
set inputImage to open inputFile
--set outputImage to save inputImage as JPEG in file outputFile with icon
save inputImage as JPEG in file outputFile with icon
close inputImage
end tell
tell application "Finder"
delete inputFile
end tell
end repeat
quit
end open


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
References: 
 >Image Events droplet (From: David Marshall <email@hidden>)

  • Prev by Date: Image Events droplet
  • Next by Date: FileMaker 7 Container Fields
  • Previous by thread: Image Events droplet
  • Next by thread: Re: Image Events droplet
  • Index(es):
    • Date
    • Thread