NAME
Snig::Collection - Snig Collection Class
VERSION
version 1.001
SYNOPSIS
A collection of images which should be turned into a HTML gallery.
my $collection = Snig::Collection->new(input => $input, sort_by => $sort_by, name => $name);
$collection->resize_images($output, $th_size, $detail_size);
$collection->write_html_pages($output);
$collection->write_index($output);
AUTHOR
Thomas Klausner <domm@plix.at>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Thomas Klausner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.