NAME
Snig::Image - Snig Image Class
VERSION
version 1.001
SYNOPSIS
A single image with EXIF metadata and knowledge of it's place in the collection.
Currently we only handle jpg
because that's what I use for my photos.
my $image = Snig::Image->new( file => 'path/to/image.jpg' );
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.