The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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).

METHODS

new( %args )

Creates a Bin instance.

extensions( )

Returns 'bin'.

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.