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

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

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

Brian Cassidy <bricas@cpan.org>

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