Image::ANSIMation::Parser - Reads in ANSI animation (ANSIMation) files


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

Index


NAME

Top

Image::ANSIMation::Parser - Reads in ANSI animation (ANSIMation) files

SYNOPSIS

Top

	my $parser = Image::ANSIMation::Parser->new;
	my $anim   = $parser->parse( file => 'file.ans' );

DESCRIPTION

Top

This parser inherits from the regular Image::ANSI::Parser. The only extra functionality it adds in the ability to store frames.

METHODS

Top

set_position( $x, $y )

Sets the cursor position. If we're resetting it to (1, 1) we consider that a new frame.

parse( %options )

Parses a file and returns the ansimation.

store_frame( )

Stores the value of $self-<gtansi> as the next frame and resets the current ansi.

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


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