Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

maxamity

macrumors newbie
Original poster
Hi...
I'm wondering if it is possible to create an image capture for mac in Script Editor so I can select a region. I already have the coding to capture the whole screen, but I want to select a region as well.

The Coding:


property N : 0
set N to N + 1
set picPath to ((POSIX path of (path to desktop)) & "Picture_" & N & ".png") as string
do shell script "screencapture -tjpg " & quoted form of picPath
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.