<?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>gHacks technology news &#187; psd</title>
	<atom:link href="http://www.ghacks.net/tag/psd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>View Photoshop PSD thumbnails in Vista and Windows 7 Explorer</title>
		<link>http://www.ghacks.net/2009/07/29/view-photoshop-psd-thumbnails-in-vista-and-windows-7-explorer/</link>
		<comments>http://www.ghacks.net/2009/07/29/view-photoshop-psd-thumbnails-in-vista-and-windows-7-explorer/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:55:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[adobe photoshop]]></category>
		<category><![CDATA[image thumbnails]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[photoshop psd]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[psd thumbnails]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows-explorer]]></category>
		<category><![CDATA[windows-vista]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14884</guid>
		<description><![CDATA[Windows Vista introduced a new imaging stack, called Windows Imaging Component (WIC), and uses it in Windows Explorer to create thumbnails for most image file formats. 3rd parties can write their own WIC codec to support proprietary image formats such as Nikon NEF or Canon CR2 raw files and Windows Explorer is able to show [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/adobe_photoshop.jpg" alt="adobe photoshop" title="adobe photoshop" width="128" height="103" class="alignleft size-full wp-image-12677" />Windows Vista introduced a new imaging stack, called Windows Imaging Component (WIC), and uses it in Windows Explorer to create thumbnails for most image file formats. 3rd parties can write their own WIC codec to support proprietary image formats such as Nikon NEF or Canon CR2 raw files and Windows Explorer is able to show thumbnails for those files when the corresponding codec is installed. Microsoft maintain a page containing links to existing <a href="http://www.microsoft.com/prophoto/downloads/codecs.aspx">codecs</a>. </p>
<p>Sadly, there is no publicly available codec for the Photoshop PSD format but the newly released Microsoft Expression Blend 3 design tool (which, by the way, is nothing short of amazing for WPF and Silverlight design) includes such a codec so installing Blend 3 automatically installs the PSD codec. For those who don&#8217;t have a need for Blend and don&#8217;t want to install it, here is a little hacking guide to extract the codec (a 256KB dll) and use it separately:</p>
<p><span id="more-14884"></span>Get the codec and its dependencies:</p>
<ul>
<ol>Download Microsoft Expression Blend 3.0 (3.0.1927.0 7/20/2009) Trial: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e82db5e2-7106-419e-80b0-65cce89f06bb">Link</a> </ol>
<ol>Using <a href="www.7-zip.org">7-Zip</a>, open &#8216;Blend_Trial_en.exe&#8217; from step (1) and in the &#8216;Setup&#8217; subfolder, open &#8216;BlImp.cab&#8217; then extract &#8216;PSDCodec.dll&#8217;</ol>
<ol>Download the Visual C++ 2008 SP1 Redistributable Package (x86): <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2">Link</a> </ol>
</ul>
<p><strong>Codec installation:</strong></p>
<ul>
<ol>Install the VC++ Runtime by running vcredist_x86.exe from step (3) above.</ol>
<ol>Copy PSDCodec.dll from step (2) to some location on the harddisk, e.g. &#8220;C:\Program Files\PSDCodec&#8221;</ol>
<ol>Register the codec from an administrator&#8217;s command prompt by running the following command:  regsvr32 &#8220;C:\Program Files\PSDCodec\PSDCodec.dll&#8221;</ol>
</ul>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/PSD_Thumbnails-500x411.png" alt="PSD Thumbnails" title="PSD Thumbnails" width="500" height="411" class="alignnone size-medium wp-image-14887" /></p>
<p>That&#8217;s it, Windows Vista Explorer should soon begin to display thumbnails for all PSD files that were saved from Photoshop with the &#8220;Maximum Compatibility&#8221; option. As a side effect, WIC-aware image viewers such as <a href="http://www.fastpictureviewer.com/">FastPictureViewer Professional</a> (http://www.fastpictureviewer.com) automatically benefit from the codec installation and uses it to open and display the same PSD files with full fidelity.</p>

	Tags: <a href="http://www.ghacks.net/tag/adobe-photoshop/" title="adobe photoshop" rel="tag">adobe photoshop</a>, <a href="http://www.ghacks.net/tag/image-thumbnails/" title="image thumbnails" rel="tag">image thumbnails</a>, <a href="http://www.ghacks.net/tag/photoshop/" title="photoshop" rel="tag">photoshop</a>, <a href="http://www.ghacks.net/tag/photoshop-psd/" title="photoshop psd" rel="tag">photoshop psd</a>, <a href="http://www.ghacks.net/tag/psd/" title="psd" rel="tag">psd</a>, <a href="http://www.ghacks.net/tag/psd-thumbnails/" title="psd thumbnails" rel="tag">psd thumbnails</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/windows-7/" title="windows 7" rel="tag">windows 7</a>, <a href="http://www.ghacks.net/tag/windows-explorer/" title="windows-explorer" rel="tag">windows-explorer</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/23/adobe-photoshop-psd-plugin-for-paintnet/" title="Adobe Photoshop PSD Plugin For Paint.net (April 23, 2009)">Adobe Photoshop PSD Plugin For Paint.net</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/20/windows-live-movie-maker-updated/" title="Windows Live Movie Maker Updated (August 20, 2009)">Windows Live Movie Maker Updated</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/01/17/windows-7-to-ship-in-2009/" title="Windows 7 to ship in 2009 ? (January 17, 2008)">Windows 7 to ship in 2009 ?</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/07/30/windows-7-oem-activation-crack-already-in-the-wild/" title="Windows 7 OEM Activation Crack Already In The Wild (July 30, 2009)">Windows 7 OEM Activation Crack Already In The Wild</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/01/27/windows-7-milestone-1-leaked/" title="Windows 7 Milestone 1 leaked (January 27, 2008)">Windows 7 Milestone 1 leaked</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/29/view-photoshop-psd-thumbnails-in-vista-and-windows-7-explorer/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Adobe Photoshop PSD Plugin For Paint.net</title>
		<link>http://www.ghacks.net/2009/04/23/adobe-photoshop-psd-plugin-for-paintnet/</link>
		<comments>http://www.ghacks.net/2009/04/23/adobe-photoshop-psd-plugin-for-paintnet/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 07:42:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[adobe photoshop]]></category>
		<category><![CDATA[image editor]]></category>
		<category><![CDATA[paint.net]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[psd plugin]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/23/adobe-photoshop-psd-plugin-for-paintnet/</guid>
		<description><![CDATA[Paint.net is my image editor of choice. It is free, starts up fast and provides access to all the features and options needed to edit images effectively before posting them on websites. I have always associated Paint.net with a slow and resource hungry .net application but it turned out to be quite the opposite which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/paintnet.jpg" alt="paint.net" title="paint.net" width="187" height="58" class="alignleft size-full wp-image-12289" />Paint.net is my image editor of choice. It is free, starts up fast and provides access to all the features and options needed to edit images effectively before posting them on websites. I have always associated Paint.net with a slow and resource hungry .net application but it turned out to be quite the opposite which is why I uninstalled GIMP and turned exclusively to the image editor.</p>
<p><span id="more-12290"></span>Paint.net is not compatible with Adobe Photoshop psd files by default which can be quite troublesome if you need to work with psd files occasionally. The <a href="http://frankblumenberg.de/doku/doku.php?id=paintnet:psdplugin">psd plugin</a> for paint.net adds support for Adobe Photoshop psd files to paint.net. It does not implement all features of the psd file though, only those that are needed to convert the image in the image editor and those that have a paint.net counterpart. Below is the list of support features:</p>
<ul>
<li>Layers</li>
<li>Masks (only loading see To do list)</li>
<li>RAW or RLE compressed files</li>
<li>The following color modes are supported for loading an image: Gray scale, Indexed, 32 Bit-RGBA, CMYK (lossy conversation), Multichannel CMY (lossy conversation), Duotone (as gray scale), Lab (lossy conversation)</li>
<li>For saving an image only 32-Bit RGBA is supported</li>
</ul>
<p>The psd plugin comes as a single dll file that has to be placed into the filetypes folder of the Paint.net installation. The association of psd files with paint.net has to be created manually. This can be done by right-clicking a psd file on the computer system and selecting Open With > Choose Program from the context menu. Paint.net has to be selected as the program to open psd files and the checkbox &#8220;always use the selected program to open this kind of file&#8221; has to be ticked.</p>

	Tags: <a href="http://www.ghacks.net/tag/adobe-photoshop/" title="adobe photoshop" rel="tag">adobe photoshop</a>, <a href="http://www.ghacks.net/tag/image-editor/" title="image editor" rel="tag">image editor</a>, <a href="http://www.ghacks.net/tag/paintnet/" title="paint.net" rel="tag">paint.net</a>, <a href="http://www.ghacks.net/tag/photoshop/" title="photoshop" rel="tag">photoshop</a>, <a href="http://www.ghacks.net/tag/psd/" title="psd" rel="tag">psd</a>, <a href="http://www.ghacks.net/tag/psd-plugin/" title="psd plugin" rel="tag">psd plugin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/29/view-photoshop-psd-thumbnails-in-vista-and-windows-7-explorer/" title="View Photoshop PSD thumbnails in Vista and Windows 7 Explorer (July 29, 2009)">View Photoshop PSD thumbnails in Vista and Windows 7 Explorer</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/tired-of-photoshop-and-gimp-try-paintnet/" title="Tired of Photoshop and GIMP? Try Paint.net (April 12, 2009)">Tired of Photoshop and GIMP? Try Paint.net</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/11/07/paint-net-3-5-final/" title="Paint.net 3.5 Final (November 7, 2009)">Paint.net 3.5 Final</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/09/23/paint-net-3-5-beta/" title="Paint.Net 3.5 Beta (September 23, 2009)">Paint.Net 3.5 Beta</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/08/25/adobe-photoshop-speedup-updated/" title="Adobe Photoshop Speedup Updated (August 25, 2009)">Adobe Photoshop Speedup Updated</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/23/adobe-photoshop-psd-plugin-for-paintnet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
