<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Jamie Huskisson &#187; mac osx</title> <atom:link href="http://www.jhuskisson.com/tag/mac-osx/feed" rel="self" type="application/rss+xml" /><link>http://www.jhuskisson.com</link> <description>Nottingham UK PHP, Magento, Wordpress freelance developer</description> <lastBuildDate>Mon, 19 Dec 2011 10:57:18 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Changing the default Mac screen shot image type</title><link>http://www.jhuskisson.com/articles/changing-the-default-mac-screen-shot-image-type</link> <comments>http://www.jhuskisson.com/articles/changing-the-default-mac-screen-shot-image-type#comments</comments> <pubDate>Thu, 29 Jan 2009 10:00:59 +0000</pubDate> <dc:creator>Jamie Huskisson</dc:creator> <category><![CDATA[articles]]></category> <category><![CDATA[mac osx]]></category> <category><![CDATA[code tidbits]]></category> <guid
isPermaLink="false">http://www.jhuskisson.com/?p=440</guid> <description><![CDATA[I recently had the need to change the default Mac OSX takes it&#8217;s screen shots in. There&#8217;s some occasions where you need more quality than PNG and some occasions where you need a file anyone can open and simply don&#8217;t want PNG as your default. Well, in OSX 10.4 and onwards you can change the [...]]]></description> <content:encoded><![CDATA[<p>I recently had the need to change the default Mac OSX takes it&#8217;s screen shots in. There&#8217;s some occasions where you need more quality than PNG and some occasions where you need a file anyone can open and simply don&#8217;t want PNG as your default.</p><p>Well, in OSX 10.4 and onwards you can change the default screen shot format.</p><p>Start by opening Terminal, located in /Applications/Utilities/Terminal</p><p>Type in:</p><blockquote><p>defaults write com.apple.screencapture type <strong><em>image_format</em></strong><br
/> killall SystemUIServer</p></blockquote><p>Replace <strong><em>image_format</em></strong> with your selected format that you wish to change the default setting to. The second line reloads the default so that you don&#8217;t need to log out and back in again for the change to take effect. The next time you take a screen shot after executing both of these commands, it will be saved in the new format you have chosen.</p><p>Below is a list of several popular image types and their commands in full should you wish to paste them.</p><p>BMP</p><blockquote><p>defaults write com.apple.screencapture type bmp<br
/> killall SystemUIServer</p></blockquote><p>GIF</p><blockquote><p>defaults write com.apple.screencapture type gif<br
/> killall SystemUIServer</p></blockquote><p>JPG</p><blockquote><p>defaults write com.apple.screencapture type jpg<br
/> killall SystemUIServer</p></blockquote><p>PDF</p><blockquote><p>defaults write com.apple.screencapture type pdf<br
/> killall SystemUIServer</p></blockquote><p>PNG</p><blockquote><p>defaults write com.apple.screencapture type png<br
/> killall SystemUIServer</p></blockquote><p>TIFF</p><blockquote><p>defaults write com.apple.screencapture type tiff<br
/> killall SystemUIServer</p></blockquote><p>Tags: <a
href="http://www.jhuskisson.com/tag/code-tidbits" rel="tag">code tidbits</a>, <a
href="http://www.jhuskisson.com/tag/mac-osx" rel="tag">mac osx</a></p><p>Feel free <a
href="http://www.jhuskisson.com/articles/changing-the-default-mac-screen-shot-image-type#comments">to leave a comment on this post</a>, I'd love to hear your thoughts. <a
href="http://www.twitter.com/jhuskisson">Follow me on Twitter</a>, <a
href="http://www.facebook.com/jhuskissoncom">Like JHuskisson.com on Facebook</a></p> ]]></content:encoded> <wfw:commentRss>http://www.jhuskisson.com/articles/changing-the-default-mac-screen-shot-image-type/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
