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

XBin stands for "eXtended BIN" -- an extention to the normal raw-image BIN files.
XBin features:
XBin file stucture:
+------------+
| Header |
+------------+
| Palette |
+------------+
| Font |
+------------+
| Image Data |
+------------+
Note, the only required element is a header. See the XBin specs for for information. http://www.acid.org/info/xbin/xbin.htm


Creates a XBin instance.
Retrieves palette status from the flag byte in the header.
Retrieves font status from the flag byte in the header.
Retrieves compressed status from the flag byte in the header.
Retrieves non-blink status from the flag byte in the header.
Retrieves 512 character font status from the flag byte in the header.
Returns 'xb', 'xbin'.

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.