NAME
Image::TextMode::Reader::ANSIMation - Reads ANSI Animation files
DESCRIPTION
Provides reading capabilities for the ANSIMation format. This module extends the ANSI reader, and simply creates a new frame for every set_position(0,0)
command executed.
METHODS
set_position( [$x, $y] )
We use this method as a clue that we're starting a new frame if $x and $y are both 1, which is the default.
next_frame( )
Adds a new frame to the stack.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2014 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.