Windows thumbnail cache: Difference between revisions

Content deleted Content added
Line 5:
 
==Thumbs.db==
[[File:Thumbnail view.png|thumb|right Press [[View]] click'''Extra large icons'''to show files in magnified clear manner]]
 
'''Thumbs.db''' files are stored in each directory that contains thumbnails on Windows systems. The file is created locally among the images, however, preventing system wide use of the data and creating additional data load on removable devices.<ref>[http://msdn.microsoft.com/en-us/library/bb774628(VS.85).aspx IThumbnailCache Interface], MSDN, Microsoft Corporation</ref> [[Windows XP editions#Media Center Edition|Windows XP Media Center Edition]] also creates <code>ehthumbs.db</code> which holds previews of video files. Each thumbnail created in a directory is represented in this database file as a small JPEG file, regardless of the file's original format. The images are resized to 96×96 pixels by default or a proportional miniature of their original shape for non-square images, with 96 pixels on the longer side. The size can be controlled by a setting on Windows Registry. Each folder with initiated thumbnail views (that is where they have displayed a Thumbnails or Filmstrip view in Windows Explorer) will have a Thumbs.db file. Folders with pictures also display previews on their icon when displayed in Thumbnail mode – the first four images in the folder at 40×40 pixels (or proportionally shaped), with a 1-pixel divider overlaid on a standard large folder icon. The Thumbs.db file is stored in [[Object Linking and Embedding|OLE Compound Document]] format, the same format that many [[Microsoft Office]] products use.<ref>[http://forums.oracle.com/forums/thread.jspa?messageID=5365475 Java 2D – Thumbnails Thumbs.db], Oracle Forums</ref>