Brian Cassidy > Image-TextMode-0.05 > Image::TextMode::Animation

Download:
Image-TextMode-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Image-TextMode-0.06

NAME ^

Image::TextMode::Animation - A base class for text mode animation file formats

ACCESSORS ^

METHODS ^

new( %args )

Creates a new instance.

add_frame( $frame )

Adds a frame to the end of the array.

width( )

Returns the largest frame width.

height( )

Returns the largest frame height.

dimensions( )

Returns the a list containing the values of width and height.

PROXIED METHODS ^

The following methods are proxies to the last element in frames.

AUTHOR ^

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright 2008-2009 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.