~derf / projects / dthumb v0.2
dark mode

This project is no longer being developed. There will be no updates and no security fixes. This page serves archival purposes only.

dthumb is a quite simple image list script. It creates an index.xhtml containing a thumbnail list (linking to the original image) of all images in the current directory. It also features an optional javascript lightbox, so that you don't have to press the back button all the time when viewing a full-size image.

Example image list

2011-03-04

dthumb v0.2

dthumb-0.2.tar.gz (signature)

  • Add progressbar, introduces new dependency Time::Progress
  • Show filename in lightbox
  • The HTML title is now configurable, it defaults to the current directory
  • Add -r/--recreate option to recreate all thumbnails
  • Detect changed images via mtime
2011-02-27

dthumb v0.1

dthumb-0.1.tar.gz (signature)

  • Support for jpg/png with Image::Imlib2
  • Includes Javascript lightbox
  • Some configuration via commandline arguments