• 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: photoshop 6 + database
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: photoshop 6 + database


  • Subject: Re: photoshop 6 + database
  • From: Shane Stanley <email@hidden>
  • Date: Sat, 19 Oct 2002 17:31:54 +1000

On 19/10/02 2:06 AM +1000, Mirko, email@hidden, wrote:

> ..yes for sure i have a Mac...but if i upgrade to PS7 ...how i can after get
> a " practical "applescript for help me in my text insert need ??

Something like this:

set theDisk to path to startup disk as text
set theText to "text1
text2
text3
text4"
set theLines to paragraphs of theText
repeat with i from 1 to count of theLines
tell application "Adobe Photoshop 7.0"
set contents of text object of art layer nameOfTextLayer of current
document to (item i of theLines)
save current document in file (theDisk & i & ".gif") as CompuServe GIF
appending no extension with options {class:GIF save options, palette:web,
transparency:true, matte:background color matte} with copying
end tell
end repeat

--
Shane Stanley, email@hidden
_______________________________________________
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.

References: 
 >photoshop 6 + database (From: Mirko <email@hidden>)

  • Prev by Date: Re: set var to foo; get var of record?
  • Next by Date: Re: photoshop 6 + database
  • Previous by thread: photoshop 6 + database
  • Next by thread: Re: photoshop 6 + database
  • Index(es):
    • Date
    • Thread