Image::TextMode::Reader::ANSIMation - Reads ANSI Animation files


Image-TextMode documentation  | view source Contained in the Image-TextMode distribution.

Index


NAME

Top

Image::TextMode::Reader::ANSIMation - Reads ANSI Animation files

DESCRIPTION

Top

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

Top

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

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


Image-TextMode documentation  | view source Contained in the Image-TextMode distribution.