
Image::TextMode::Format::Bin - read and write Bin files

The Bin format is essentially a raw VGA video dump. It is a sequence of character and attribute byte pairs. It holds no width information, so any images over 80 columns will have to be described in an alternate way (i.e. via SAUCE metadata).

Creates a Bin instance.
Returns 'bin'.

Brian Cassidy <bricas@cpan.org>

Copyright 2008-2013 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.