Screenshots not pasting into messages app
Can't paste screenshots into messages app.
Can't paste screenshots into messages app.
I created this after spending a lot of time going through a bunch of post with 0 effectiveness. For me, it was the default format for screenshots. I guess messages only accepts a few formats. Open Terminal and type:
defaults read com.apple.screencapture type
This will show you what type you have -- png, jpg, pdf.
For me it was set to pdf.
To change type:
defaults write com.apple.screencapture type jpg
When I changed it from pdf to jpg, it fixed the issue. Hope that is helpful.
I created this after spending a lot of time going through a bunch of post with 0 effectiveness. For me, it was the default format for screenshots. I guess messages only accepts a few formats. Open Terminal and type:
defaults read com.apple.screencapture type
This will show you what type you have -- png, jpg, pdf.
For me it was set to pdf.
To change type:
defaults write com.apple.screencapture type jpg
When I changed it from pdf to jpg, it fixed the issue. Hope that is helpful.
Screenshots not pasting into messages app