Bruce Johnson wrote:
> I need to prepare about 100 photos for ID's and class photo composites  
> for our incoming students; each got their picture taken at interview  
> time.
> 
> The pictures are all taken at the same distance and zoom, waist-up  
> shots (thankfully, last year they weren't and we refused to touch that  
> mess!) so what I need to do is crop them all to the same size, for  
> just a head shot. I'll have to change what part of the photo is  
> cropped each time, but I need the cropped dimensions to always be the  
> same.
> 
> IS there a way to define a set clipping region or cropping box then  
> apply it to each photo, move it around as necessary, then crop the  
> photos?
> 
> I've poked around cursorily through Graphic converter and photoshop,  
> and while I can manually set the cropping box the same size in each  
> one, I cannot save this as a preset.
> 
> Any ideas?
> 
> 

Set the crop rectangle using Applescript?

tell application "GraphicConverter"
        tell window 1
                set selection to {200, 200, 400, 400}
        end tell
end tell


-- 
Clark Martin
Redwood City, CA, USA
Macintosh / Internet Consulting

"I'm a designated driver on the Information Super Highway"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed Low End Mac's G3-5 List, a 
group for those using G3, G4, and G5 desktop Macs - with a particular focus on 
Power Macs.
The list FAQ is at http://lowendmac.com/lists/g-list.shtml and our netiquette 
guide is at http://www.lowendmac.com/lists/netiquette.shtml
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/g3-5-list?hl=en
Low End Mac RSS feed at feed://lowendmac.com/feed.xml
-~----------~----~----~----~------~----~------~--~---

Reply via email to