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

NAME

FuseBead::From::PNG::View::HTML - Format data returned from FuseBead::From::PNG

SYNOPSIS

  use FuseBead::From::PNG;

  my $object = FuseBead::From::PNG->new({ filename => 'my_png.png' });

  $object->process(view => 'HTML'); # Data is returned as HTML

DESCRIPTION

Class to returned processed data in HTML format

USAGE

new

 Usage     : ->new()
 Purpose   : Returns FuseBead::From::PNG::View::HTML object

 Returns   : FuseBead::From::PNG::View::HTML object
 Argument  :
 Throws    :

 Comment   :
 See Also  :

print

 Usage     : ->print({}) or ->print(key1 => val1, key2 => val2)
 Purpose   : Returns HTML formated data (in utf8 and pretty format)

 Returns   : Returns HTML formated data (in utf8 and pretty format)
 Argument  :
 Throws    :

 Comment   :
 See Also  :

BUGS

SUPPORT

AUTHOR

    Travis Chase
    CPAN ID: GAUDEON
    gaudeon@cpan.org
    https://github.com/gaudeon/FuseBead-From-Png

COPYRIGHT

This program is free software licensed under the...

    The MIT License

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).