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


Image-TextMode documentation  | view source Contained in the Image-TextMode distribution.

Index


NAME

Top

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

DESCRIPTION

Top

ADF stands for "Artworx Data Format".

ADF file stucture:

    +------------+
    | Version    |
    +------------+
    | Palette    |
    +------------+
    | Font       |
    +------------+
    | Image Data |
    +------------+

ACCESSORS

Top

* header - A header hashref containing a version number

METHODS

Top

new( %args )

Creates a ADF instance.

extensions( )

Returns 'adf'.

AUTHOR

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


Image-TextMode documentation  | view source Contained in the Image-TextMode distribution.