Re: Photoshop resize image
Re: Photoshop resize image
- Subject: Re: Photoshop resize image
- From: Martin Orpen <email@hidden>
- Date: Mon, 26 Jul 2004 22:17:58 +0100
on 26/7/04 3:51 pm, stephan at email@hidden wrote:
>
I'am trying to resize an image in Photoshop using that string:
>
>
resize image current document width 500 height 500 resolution 72
tell application "Adobe Photoshop 7.0"
set myDoc to current document
resize image myDoc width 100 as pixels resolution 72
end tell
You'll find an example of how to do this sort of thing as a batch process in
the text file called "Batch Convert" that came with the Adobe Scripting
Plug-in.
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.