Re: Cropping white space in Photoshop
Re: Cropping white space in Photoshop
- Subject: Re: Cropping white space in Photoshop
- From: Michael <email@hidden>
- Date: Mon, 18 Aug 2008 16:06:46 -0700
- Thread-topic: Cropping white space in Photoshop
Hi:
The Trim function works for me.
m
----------
tell application "Adobe Photoshop CS2"
tell document 1
trim
end tell
end tell
(*
trim v
trim document : the document object or objects to be operated upon
[basing trim on bottom right pixel/top left pixel/transparent pixels] :
color or type of pixels to base trim on ( default: top left pixel )
[top trim boolean] : trim away top of document ( default: true )
[left trim boolean] : trim away left of document ( default: true )
[bottom trim boolean] : trim away bottom of document ( default: true )
[right trim boolean] : trim away right of document ( default: true )
*)
> Subject: Cropping white space
>
> Is it possible to script removing white space from the sides of photos in
> photoshop?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden