When I copy things to the clipboard, I can dump them into my console window or redirect to a file using
pbpaste > out.txt
But if I right click and image and copy in a browser, then attempt
pbpaste > out.jpg
Nothing is outputted.
Where does OS X store the image data in the clipboard? Is there some way to access it from the commandline similarly to pbpaste?