https://github.com/derf/dthumb
create XHTML index with image thumbnails
https://github.com/derf/dthumb
Last synced: 18 days ago
JSON representation
create XHTML index with image thumbnails
- Host: GitHub
- URL: https://github.com/derf/dthumb
- Owner: derf
- License: other
- Archived: true
- Created: 2010-02-06T20:27:28.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T19:53:57.000Z (almost 5 years ago)
- Last Synced: 2026-05-27T02:34:14.092Z (18 days ago)
- Language: Perl
- Homepage:
- Size: 239 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: COPYING
Awesome Lists containing this project
README
dthumb - Generate Thumbnails + Index for a set of images
--------------------------------------------------------
This project is no longer under development.
Dependencies
------------
* perl version 5.10 or newer
* Data::Section
* Image::Imlib2
* Time::Progress
Installation
------------
$ perl Build.PL
$ perl Build
$ sudo perl Build install
You can then run 'man dthumb' for more information.
Testing
-------
$ perl Build test
Note that this will require the Test::More, Test::Compile and Test::Pod
modules.