The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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-2022 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.