Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nichtich/app-cloudconvert

convert files via cloudconvert.org
https://github.com/nichtich/app-cloudconvert

Last synced: 5 days ago
JSON representation

convert files via cloudconvert.org

Awesome Lists containing this project

README

        

# 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](https://metacpan.org/pod/cloudconvert) for usage.

# AUTHOR

Jakob Voß

# 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.