| Image-TextMode documentation | view source | Contained in the Image-TextMode distribution. |
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-2011 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Image-TextMode documentation | view source | Contained in the Image-TextMode distribution. |