The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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ß

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.