Announcements:

I am currently writing at Computelogy.com actively and that's why i sort of abandoned my own tech blog. Since i am too busy to be taking care of both sides, i guess this blog will go into hibernation for a very very long time. Regrettable, but then it's hard to come up with new posts & stuffs.

So once again, i am now writing actively at Computelogy. Feel free to visit there and enjoy our latest articles and posts!

April 12, 2010

Delete Hidden GIMP Thumbnails Easily Using A Custom Windows Batch File

 For GIMP users on Windows only:



Some users of GIMP might not realize this, but GIMP stored a history of the different images opened and edited by it in the form of thumbnails in one of its hidden folders. As mentioned, since it is a hidden folder, users will not be able to see and browse through it without toggling on the 'Show Hidden Files and Folders' in the Folder Options menu.



After you toggle the 'Show Hidden Files and Folders' option on, you will be able to locate GIMP's thumbnail folder at your Personal Folder area (where by default held other folders such as My Document, My Pictures, My Music etc).

Here's the full path of the folder where the thumbnails are located:


C:\Users\(Your Personal Folder's Name)\.thumbnails\normal


In my opinion, those thumbnails do me little good:


1) When accumulated in large numbers, they only suck up precious disk space. 


2) The incredibly small image size of the thumbnails means that it is obsolete, not even worthy of being backups in case users want to recover the image they've edited. 


3) I consider the thumbnails as a breach of privacy to a certain degree. Heck, why should anyone know what images had we been editing with GIMP?


Due to these three issues, i strongly suggest users of GIMP delete their GIMP thumbnail folder's contents. Manually deleting the contents will do, but here's an easier way to delete the contents without  turning on the 'Show Hidden Files and Folders': using a Windows Batch File!

Here's how to create a Windows Batch File that delete GIMP's thumbnail folder's contents:


1. On your desktop, right-click and create a new Text Document.


2. Notepad will launch. Now insert the following line into notepad:


     del C:\Users\Owner\.thumbnails\normal\*.* /Q


3. Go to 'Save As' and rename the text file to something like 'Delete GIMP Thumbnails' (without quotes). Immediately after the last word of your filename, type '.bat' as extension. The extension will convert the text file into a batch file. Click 'Save' to save the batch file. Place the batch file at any location you like.



 4. You have just created a Batch File that will delete all contents in the GIMP thumbnail folders' contents at a simple double-click!

0 opinion:

Review Digital Plexus

I do not know how well this blog is doing unless there are feedbacks. Please do leave a review or two with us on how you think about Digital Plexus, its authors or the qualities of the posts. Good and bad comments are all welcomed, but please avoid posting rude/obscene comments that are not helpful to any of us working on this blog:

Disclaimer:

This blog is dedicated for the benefits of those who seeks experiences, knowledge or information in the computer, IT news, technology and software & hardware area. Digital Plexus cannot control how readers use the information, including any fraudulent conducts, illegal activities or deeds as regard by the law. Therefore, Digital Plexus & its authors shall not be liable to any damages caused by readers who misuse the information provided.

Digital Plexus utilizes information from many sources, including personal experiences of authors. Digital Plexus will never claim credits or ownership rights regarding the information it used in the blog, except for the raw articles posted on the blog - those are original materials written by the authors of Digital Plexus itself after the compilation of various information and/or experiences.

Followers

  © Blogger templates 'Neuronic' by Ourblogtemplates.com 2008

Back to TOP