NAME
Image::TextMode::Format::ANSIMation - read and write ANSIMation files
DESCRIPTION
ANSIMation is an pseudo-format whereby the ANSI is displayed at a slow enough rate so that it appears to animate the image. This module simulates this by assuming a position(0,0)
command is the start of a new "frame" in the sequence.
METHODS
new( %args )
Creates a ANSIMation instance.
extensions( )
Returns an empty list.
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.