Re: photoshop 6 + database
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.