Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

App::cloudconvert - Convert files via cloudconvert.org

SYNOPSIS

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.