
Image::TextMode::Canvas - A canvas of text mode pixels


Creates a new canvas.
Get raw pixel data at $x,
$y.
Create a pixel object data at $x,
$y.
Available options include:
Store pixel data at $x,
$y.
returns a list of the width and height of the image.
Clears the canvas pixel data.
Clears the data at line $y.
Specify a range to clear only a portion of line $y.
Returns only the character data stored in the canvas.
Finds the last defined pixel on a given line. Useful for optimizing writes in formats where width matters. Returns undef for a missing line.

Brian Cassidy <bricas@cpan.org>

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.