The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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-2014 by Brian Cassidy

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