Skip to main content

Cloudimage python library

Project description

Cloudimage python library

cloudimage is the name of python library that will give automatically functions to use Cloudimage services. Install by:

pip3 install cloudimage

Usage

from cloudimage.URLBuilder import URLBuilder

urlBuilder = URLBuilder("demo", domain="cloudimg.io", version="v6")
#urlBuilder.printinfo()

path = "http://www.fmwconcepts.com/imagemagick/smartcrop/images/sofa_cat_small.jpg"
url = urlBuilder.createURL(path, filters={"fcontrast": "50", "fbright": 50})
print(url)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cloudimage-0.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page