App-cloudconvert

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    App::cloudconvert - Convert files via cloudconvert.org

SYNOPSIS
      use App::cloudconvert;
      my $app = App::cloudconvert->new( from => "gif", to => "png" );
      $app->convert( "sample.gif", "sample.png" );

DESCRIPTION
    See the command line client cloudconvert for usage.

AUTHOR
    Jakob Voß <jakob.voss@gbv.de>

COPYRIGHT
    Copyright 2014- Jakob Voß

lib/App/cloudconvert.pm  view on Meta::CPAN


=encoding utf-8

=head1 NAME

App::cloudconvert - Convert files via cloudconvert.org

=head1 SYNOPSIS

  use App::cloudconvert;
  my $app = App::cloudconvert->new( from => "gif", to => "png" );
  $app->convert( "sample.gif", "sample.png" );

=head1 DESCRIPTION

See the command line client L<cloudconvert> for usage.

=head1 AUTHOR

Jakob Voß E<lt>jakob.voss@gbv.deE<gt>

=head1 COPYRIGHT



( run in 2.769 seconds using v1.01-cache-2.11-cpan-df04353d9ac )