FuseBead-From-PNG
view release on metacpan or search on metacpan
lib/FuseBead/From/PNG/View.pm view on Meta::CPAN
=head1 SYNOPSIS
use FuseBead::From::PNG;
my $object = FuseBead::From::PNG->new({ filename => 'my_png.png' });
$object->process(view => 'JSON'); # Data is returned as JSON
=head1 DESCRIPTION
Base class for formatting data returned from processing a PNG
=head1 USAGE
=head2 new
Usage : ->new($png)
Purpose : Returns FuseBead::From::PNG::View object
Returns : FuseBead::From::PNG::View object
Argument : L<FuseBead::From::PNG> object is required as input
Throws :
Comment : This is just a base class so this shouldn't be directly used to format data
See Also :
=head2 png
Usage : ->png()
Purpose : Returns the L<FuseBead::From::PNG> object passed into the constructor
Returns : L<FuseBead::From::PNG> object
Argument :
Throws :
Comment :
See Also :
=head2 print
Usage : ->print()
Purpose : Returns formated input data
Returns : In the case of the base class the args passed are just returned back
Argument :
Throws :
Comment :
See Also :
=head1 BUGS
=head1 SUPPORT
=head1 AUTHOR
Travis Chase
CPAN ID: GAUDEON
gaudeon@cpan.org
https://github.com/gaudeon/FuseBead-From-Png
=head1 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.
=head1 SEE ALSO
perl(1).
=cut
1;
( run in 2.123 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )