Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nichtich/app-cloudconvert
- Owner: nichtich
- License: other
- Created: 2014-10-13T19:51:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T20:26:23.000Z (about 10 years ago)
- Last Synced: 2024-10-30T16:24:46.786Z (about 2 months ago)
- Language: Perl
- Homepage: https://metacpan.org/release/App-cloudconvert
- Size: 121 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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.