NAME
Image::TextMode::Format::ADF - read and write ADF files
DESCRIPTION
ADF stands for "Artworx Data Format".
ADF file stucture:
+------------+
| Version |
+------------+
| Palette |
+------------+
| Font |
+------------+
| Image Data |
+------------+
ACCESSORS
header - A header hashref containing a version number
METHODS
new( %args )
Creates a ADF instance.
extensions( )
Returns 'adf'.
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.