Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Much more than just command line...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Much more than just command line...
Authored by: father2a-f on Dec 08, '03 07:30:25PM

Try this (only works in 10.3, though):

$ screencapture -S /tmp/screengrab.pdf ; sips -s format png /tmp/screengrab.pdf --out /tmp/screengrab.png

You can change the format type to tiff or jpeg, as well (e.g., ... format jpeg ... screengrab.jpg). sips may have other formats it supports, but I haven't tried but these. Type sips --help for more info.



[ Reply to This | # ]