NAME
Image::TextMode::Loader - Load text mode images by best-guess
SYNOPSIS
my $img = Image::TextMode::Loader->load( $filename );
DESCRIPTION
This module allows you to load a set of images without having to explicitly specify the format before-hand.
METHODS
load( @files )
Attempts to load @files
based on some filetype guessing. Returns the first result in scalar context.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2014 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.