Recursive Thumbnail Creation - Perl-Fu Plug-in


Download for Gimp 2.0x
Install with: gimptool --install-bin recurtn
Access via: <Toolbox> -> Xtns -> Recursive TNG

You like the new version of Gimp (2.0), don't you? However, if you're like me and have a ton of image files, generating new thumbnails in Gimp 2.0 could use a little help.

Just install this plug-in and point it a directory and then go and take a nap or whatever. It will recursively go through any subdirectories and create thumbnails of images in them as well.

TODO:

Image

Too many thumbnails?

Try this out: tnclean.pl
(P.S. The perl module Image::Info is required)

Run it on its own and it removes any "failed" thumbnails. It also scans through all the current thumbnails and verifies that the original file still exists. If the file is gone, the thumbnail is removed. Also, you can pass it a string as an argument and any thumbnails whose original filename contains that string will be removed as well. Perfect for a weekly cron job.

Examples: