<?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; thumbnails</title>
	<atom:link href="http://www.ghacks.net/tag/thumbnails/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 23:31:44 +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>Create Image Thumbnails In Windows Explorer</title>
		<link>http://www.ghacks.net/2009/07/13/create-image-thumbnails-in-windows-explorer/</link>
		<comments>http://www.ghacks.net/2009/07/13/create-image-thumbnails-in-windows-explorer/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:12:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[create thumbnails]]></category>
		<category><![CDATA[image thumbnails]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14367</guid>
		<description><![CDATA[It is not only web designers who need to create image thumbnails regularly. There are many situations where image thumbnails come in handy starting from blogging and publishing websites to PowerPoint presentations or preview images of a photo collection. Some programs and online scripts &#8211; like Wordpress for instance &#8211; create image thumbnails automatically whenever [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />It is not only web designers who need to create image thumbnails regularly. There are many situations where image thumbnails come in handy starting from blogging and publishing websites to PowerPoint presentations or preview images of a photo collection. Some programs and online scripts &#8211; like Wordpress for instance &#8211; create image thumbnails automatically whenever the user uploads an image to the web server. Some however do not have that option which means that the user has to create the thumbnails manually.</p>
<p>One interesting application for that purpose is RightThumb for the Windows operating system. It is a portable application that can be integrated into the Windows Explorer context menu to offer the option to create a thumbnail from selected images.</p>
<p><span id="more-14367"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/07/image_thumbnails.jpg" alt="image thumbnails" title="image thumbnails" width="336" height="461" class="alignnone size-full wp-image-14368" /></p>
<p>Several parameters of the thumbnail creation can be configured upon startup including the output format for the thumbnail image, the maximum dimension for the image, the quality of jpg images, compression of png images, the resample filter and if desired a prefix identifier for the image. The image will be automatically sharpened after resizing and it is possible to select a different output folder for the thumbnail image.</p>
<p>The program can be closed after the initial configuration and is from then on accessible from the Windows context menu if that option has been selected. <a href="http://www.snapfiles.com/publishers/brian-shepherd/index.html">Right Thumb</a> (via <a href="http://www.barrysbestblog.com/2009/07/rightthumb-easiest-way-to-create.html">Barry&#8217;s Computer Tips</a>) is a free download for the windows operating system.</p>

	Tags: <a href="http://www.ghacks.net/tag/blogging/" title="blogging" rel="tag">blogging</a>, <a href="http://www.ghacks.net/tag/create-thumbnails/" title="create thumbnails" rel="tag">create thumbnails</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/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/web-design/" title="web design" rel="tag">web design</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/windows-xp-system-file-checker/" title="Windows XP System File Checker (August 18, 2009)">Windows XP System File Checker</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/13/create-image-thumbnails-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Automatic Windows Thumbnail Image Generator</title>
		<link>http://www.ghacks.net/2008/08/27/automatic-windows-thumbnail-image-generator/</link>
		<comments>http://www.ghacks.net/2008/08/27/automatic-windows-thumbnail-image-generator/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 19:38:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[image icons]]></category>
		<category><![CDATA[thumbnail image]]></category>
		<category><![CDATA[thumbnail software]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6528</guid>
		<description><![CDATA[Image icons in Windows look all the same and the only way to distinguish or sort them is by using folders or file names. Xentient Thumbnails introduces a third possibility by providing an automatic windows thumbnail image generator for all images on the system. 
The system works by assigning thumbnail icons to every image in [...]]]></description>
			<content:encoded><![CDATA[<p>Image icons in Windows look all the same and the only way to distinguish or sort them is by using folders or file names. <a href="http://www.xentient.com/products/thumbnails/">Xentient Thumbnails</a> introduces a third possibility by providing an automatic windows thumbnail image generator for all images on the system. </p>
<p>The system works by assigning thumbnail icons to every image in the active folder which are then available independently of the view mode that the user has selected for the folder. When I <a href="http://www.freedownloadaday.com/2008/08/27/create-thumbnail-icons-for-your-image-files/">read</a> about the thumbnail image generator I had fears that it would slow down the system but this is apparently not the case since the application only becomes active when a user opens a folder that contains images.</p>
<p>Image icons are stored in a thumbnail cache that is set to keep 2000 thumbnail images with a size of 31 Megabytes. The size of the image icons cache can be changed, the maximum is 10000 thumbnails with a size of 156 Megabytes.</p>
<p><span id="more-6528"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/thumbnail_image-500x367.png" alt="thumbnail image" title="thumbnail image" width="500" height="367" class="alignnone size-medium wp-image-6529" /></p>
<p>The cache can be cleared or disabled in the settings as well. They also contain the option to disable thumbnail generation. The settings can be accessed from the Windows Control Panel which is a bit unusual.</p>
<p>The program can be uninstalled easily which will also clear the icon cache leaving no traces of the application on the system. The application is compatible with Windows 98, ME, 2000 and Windows XP and supports the most popular image formats (JPG, JPE, JPEG, JP2, J2K, GIF, PNG, BMP, WBMP, EMF, WMF, PCX, PBM, PGM, PNM, PPM, RAS, TIF, TIFF, and TGA.)</p>

	Tags: <a href="http://www.ghacks.net/tag/icons/" title="icons" rel="tag">icons</a>, <a href="http://www.ghacks.net/tag/image-icons/" title="image icons" rel="tag">image icons</a>, <a href="http://www.ghacks.net/tag/thumbnail-image/" title="thumbnail image" rel="tag">thumbnail image</a>, <a href="http://www.ghacks.net/tag/thumbnail-software/" title="thumbnail software" rel="tag">thumbnail software</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/thumbsdb-extractor/" title="Thumbs.db Extractor (June 8, 2008)">Thumbs.db Extractor</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/03/28/quality-icons-from-vistaico/" title="Quality icons from VistaICO (March 28, 2008)">Quality icons from VistaICO</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/04/20/pixelformer-advanced-icon-editor/" title="Pixelformer Advanced Icon Editor (April 20, 2008)">Pixelformer Advanced Icon Editor</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/17/icofx-icon-editor/" title="IcoFx Icon Editor (May 17, 2008)">IcoFx Icon Editor</a> (9)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/hide-all-icons-on-your-desktop/" title="Hide all icons on your desktop (December 10, 2006)">Hide all icons on your desktop</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/27/automatic-windows-thumbnail-image-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Thumbnails Maker</title>
		<link>http://www.ghacks.net/2008/07/31/video-thumbnails-maker/</link>
		<comments>http://www.ghacks.net/2008/07/31/video-thumbnails-maker/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 11:29:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[batch thumbnails]]></category>
		<category><![CDATA[create thumbnails]]></category>
		<category><![CDATA[movie thumbnails]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[thumbs]]></category>
		<category><![CDATA[video thumbnails]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5746</guid>
		<description><![CDATA[Video Thumbnails Maker is a sophisticated tool to create thumbnails of videos. It supports a wide range of video formats including but not limited to the popular avi, wmv, mpg, rm, rmvb, flv and mov but also exotic formats like vob, 3gp and mkv. The only requirement is that an appropriate codec is installed on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.suu-design.com/projects.html">Video Thumbnails Maker</a> is a sophisticated tool to create thumbnails of videos. It supports a wide range of video formats including but not limited to the popular avi, wmv, mpg, rm, rmvb, flv and mov but also exotic formats like vob, 3gp and mkv. The only requirement is that an appropriate codec is installed on the system to play those files. </p>
<p>This can be checked easily by trying to play the video with Windows Media Player or any other media player that does not use binary codecs. Five output sets are available that define all sorts of parameters like the number of thumbnails per row, the background color and the width and / or height of the thumbnails.</p>
<p>Everything in there can be changed and there is much to explore including several options that I have not mentioned.</p>
<p><span id="more-5746"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/video_thumbnails-500x405.png" alt="video thumbnails" title="video thumbnails" width="500" height="405" class="alignnone size-medium wp-image-5747" /></p>
<p>Several videos can be added to the program queue by either selecting a folder or files from the system. Two output settings exist. The first creates an image for every thumbnail while the second combines all thumbnails into an image.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/07/movie_thumbnails-500x338.jpg" alt="movie thumbnails" title="movie thumbnails" width="500" height="338" class="alignnone size-medium wp-image-5748" /></p>
<p>The creation process itself is fast and works flawlessly as long as a supported codec is installed. I ran into a bit of problems with several video files because I use SMPlayer as my main video player which uses binary codecs that other applications cannot use. This meant that I received quite a few &#8220;failed&#8221; messages because of missing codecs.</p>
<p>Installing the codec would naturally resolve the problem.</p>

	Tags: <a href="http://www.ghacks.net/tag/batch-thumbnails/" title="batch thumbnails" rel="tag">batch thumbnails</a>, <a href="http://www.ghacks.net/tag/create-thumbnails/" title="create thumbnails" rel="tag">create thumbnails</a>, <a href="http://www.ghacks.net/tag/movie-thumbnails/" title="movie thumbnails" rel="tag">movie thumbnails</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/thumbs/" title="thumbs" rel="tag">thumbs</a>, <a href="http://www.ghacks.net/tag/video-thumbnails/" title="video thumbnails" rel="tag">video thumbnails</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/07/17/how-to-create-a-lot-of-thumbnails/" title="How to create a lot of Thumbnails (July 17, 2007)">How to create a lot of Thumbnails</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/13/create-image-thumbnails-in-windows-explorer/" title="Create Image Thumbnails In Windows Explorer (July 13, 2009)">Create Image Thumbnails In Windows Explorer</a> (4)</li>
	<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/2008/06/08/thumbsdb-extractor/" title="Thumbs.db Extractor (June 8, 2008)">Thumbs.db Extractor</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/09/23/image-resizer/" title="Image Resizer (September 23, 2007)">Image Resizer</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/31/video-thumbnails-maker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thumbs.db Extractor</title>
		<link>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/</link>
		<comments>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 15:59:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[thumbs.db]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4912</guid>
		<description><![CDATA[One of the first settings that I change after installing Windows on a new computer is the creation of those thumbs.db files that get automatically created by Windows. The thumbs.db file contains small thumbs of many popular image formats in the directory which is both a privacy risk and a performance drain. The files are [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first settings that I change after installing Windows on a new computer is the creation of those <a href="http://www.ghacks.net/2007/12/13/thumbsdb-viewer-and-cleaner/">thumbs.db</a> files that get automatically created by Windows. The thumbs.db file contains small thumbs of many popular image formats in the directory which is both a privacy risk and a performance drain. The files are created for the thumbnail view in Windows Explorer and a file will be created if the thumbnail view is picked from the available views.</p>
<p>Each image is represented as a jpg image in the thumbs.db file which makes it relatively easy to extract those images again. The thumbnails are stored in a centralized location in Windows Vista with the name thumbcache_xxx.db where xxx is a number between 1 and 999. That folder is located at %sysroot%\Users\Owner\AppData\Local\Microsoft\Windows\Explorer.</p>
<p>A flexible small tool that can extract all images from thumbs.db files is <a href="http://rapidshare.com/files/121002680/ThumbsExtract.zip.html">Thumbs Extract</a>. It&#8217;s a command line utility and the command is <strong>ThumbsExtract.exe path to thumbs.db</strong>, for example <strong>ThumbsExtract.exe c:\thumbs.db</strong> if the file is located on the c:\ drive.</p>
<p><span id="more-4912"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/thumbsdb/" title="thumbs.db" rel="tag">thumbs.db</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/01/02/privacy-browse-freeware/" title="Privacy Browse Freeware (January 2, 2006)">Privacy Browse Freeware</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/23/list-all-recently-accessed-files/" title="List all Recently Accessed Files (March 23, 2008)">List all Recently Accessed Files</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/09/01/indexdat-viewer/" title="Index.dat Viewer (September 1, 2008)">Index.dat Viewer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Change the Windows Thumbnail Preview Size</title>
		<link>http://www.ghacks.net/2006/10/02/change-the-windows-thumbnail-preview-size/</link>
		<comments>http://www.ghacks.net/2006/10/02/change-the-windows-thumbnail-preview-size/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 06:24:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[thumbnail size]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/10/02/change-the-windows-thumbnail-preview-size/</guid>
		<description><![CDATA[Well this is just a little registry hack that changes the size of the thumbnails of images that are displayed in windows explorer by default. The default size is relativly small and most people surely would like a bigger size for the thumbnails to get a better preview of the images. To do that you have to add a new entry called ThumbnailSize to the following registry key:]]></description>
			<content:encoded><![CDATA[<p>Well this is just a little registry hack that changes the size of the thumbnails of images that are displayed in windows explorer by default. The default size is relatively small and most people surely would like a bigger size for the thumbnails to get a better preview of the images. To do that you have to add a new entry called ThumbnailSize to the following registry key:</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer</p>
<p>Select Edit &#8211; New &#8211; Dword Value and name it ThumbnailSize. Double-click the new entry and select decimal and a number between 32 and 256. The default value for the thumbnail size is 100, if you would like a bigger size increase the number above 100, if you like smaller ones choose one below 100.</p>
<p><span id="more-819"></span></p>
<p>The new settings will become active after you restart your system.</p>

	Tags: <a href="http://www.ghacks.net/tag/thumbnail-size/" title="thumbnail size" rel="tag">thumbnail size</a>, <a href="http://www.ghacks.net/tag/thumbnails/" title="thumbnails" rel="tag">thumbnails</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/12/14/windows-xp-command-line-list/" title="Windows Xp Command Line List (December 14, 2005)">Windows Xp Command Line List</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/09/05/vista-explorer-breadcrumbs-for-windows-xp/" title="Vista Explorer Breadcrumbs for Windows XP (September 5, 2007)">Vista Explorer Breadcrumbs for Windows XP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/08/use-windows-vista-fonts-in-windows-xp/" title="Use Windows Vista fonts in Windows XP (March 8, 2008)">Use Windows Vista fonts in Windows XP</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/10/02/change-the-windows-thumbnail-preview-size/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
