An open API service indexing awesome lists of open source software.

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

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.