When you take a screenshot in OS X, you might expect the resulting image to be the same size as you see on screen; however, if you take a screenshot using a MacBook with a Retina display, then depending on what program you use to open it, you may find the resulting image to be rather large.
This happens because the screen output image on Macs with Retina displays have double the number of pixels, to take advantage of the system’s greater pixel density for a crisper image.Therefore, when you take a screenshot, you get an image containing double the number of pixels than the same image from a non-retina Mac.
Most programs used to open this image should account for the image size using its embedded PPI settings to properly display it; however, sometimes this may not be properly accounted for. For example, if you take a screenshot to the clipboard and then make a new image from the clipboard in Preview, each pixel in the image is presented by a logical pixel on your Mac. Since there are double the number of pixels in the image, this means that logically the image shows up at double the size along each axis, or four-times larger in total.
This error is actually a problem with Preview’s handling of the image, which should have an embedded DPI setting of 144 (double the classic 72 DPI). If Preview were to manage this correctly, then the image would be represented in a proper size in inches, regardless of the number of pixels along either dimension. However, this is often not the case, either in Preview or in some other programs, including some online sharing services.
Since in most cases you may not need the enhanced Retina resolution to convey the meaning in a screenshot, you can convert it back to the classic image resolution to make it appear at the proper size for your purposes:
- Open the Screenshot in Preview
- Select “Adjust Size…” from the Tools menu
- Change the Width and Height to 50 percent of the original
- Change the Resolution to 72 pixels/inch
This type of behavior largely happens because developers have not accounted for differences in PPI settings in images for all of their image-handling routines. Sooner or later these bugs will be ironed out; however, in the mean time, converting the screenshot to lower resolution will prevent it from being displayed incorrectly.
Or, resize the image to 25% in Preview, which is what I do. Seems kinda dopey that Apple hasn’t accommodated this in settings – is there a plist that the screenshot pixel count could be adjusted?
Apple is growing senile, I guess. It sucks to have to resize every screenshot I make… costs me days.
Any news on this issue? …. it´s really anoying!
I take 100s of screenshots every day … this is not good 🙁
Great solution:
http://blog.lanceli.com/2012/08/downscale-screenshot-at-hight-resolution-on-retina-mackbook-pro.html
+ replace last line by
osascript -e ‘set the clipboard to (read (POSIX file “‘$SS_1X'”) as JPEG picture)’
Something to consider – your biggest competitor does it simpler with a simple copy, insert and size adjustment at the corners. MAC is making such a basic capability very hard.