
Image::TextMode::Loader - Load text mode images by best-guess

my $img = Image::TextMode::Loader->load( $filename );

This module allows you to load a set of images without having to explicitly specify the format before-hand.

Attempts to load @files based on some filetype guessing. Returns the first result in scalar context.

Brian Cassidy <bricas@cpan.org>

Copyright 2008-2012 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.