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
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