NAME
Image::TextMode::Reader - A base class for file readers
DESCRIPTION
This module provides some of the basic functionality for all reader classes.
METHODS
new( %args )
Creates a new instance.
read( $image, $file, \%options )
Reads the contents of $file
into $image
via the subclass's _read()
method.
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.