How to create screenshot...is there an additional features?
If I need to capture a special portion (fixed dimensions in pixels) of the screen, how to do that?
iMac 21.5″, macOS 10.14
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
If I need to capture a special portion (fixed dimensions in pixels) of the screen, how to do that?
iMac 21.5″, macOS 10.14
Use the shift+command+4 shortcut to determine the starting screen coordinates for your capture, then press escape to dismiss it. Then, in the Terminal, use this syntax, where the first two entries are from the preceding sentence, and the last two are the dimensions to capture:
screencapture -help
screencapture -p -R158,250,500,50
This resulted in a default .png image being written to my Desktop:
Each time you run this command string, it will capture a new image from the same location on the screen.
Use the shift+command+4 shortcut to determine the starting screen coordinates for your capture, then press escape to dismiss it. Then, in the Terminal, use this syntax, where the first two entries are from the preceding sentence, and the last two are the dimensions to capture:
screencapture -help
screencapture -p -R158,250,500,50
This resulted in a default .png image being written to my Desktop:
Each time you run this command string, it will capture a new image from the same location on the screen.
Thanks!
I know these options, but these don't solve my problem.
I have to define an area on the screen with certain parameters that would be very accurately fixed. Then I will change the content on the screen (Chrome - inspector - page preview) - the same webpage but different pages/layouts.
I want to take several pictures from the exact same location and with the exact same dimensions. :)
Is it possible to set and fine-tune a specific area on the screen and use it multiple times, as can be done with screen recording?
In this case, the computer remembers the area.
Shift+CMD+4 gives you a crosshairs to choose.
Control+Shift+CMD+4 gives you a crosshairs to choose but outs ot in your copy buffer to paste somewhere..
VikingOSX comes to the rescue again! :)
How to create screenshot...is there an additional features?