Skip to content

Nventify/ImagizerPython

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

ImagizerPython

The official Python Client for the Imagizer Media Engine

The Imagizer Media Engine accelerates media delivery to your mobile Apps or Webpages by dynamically rescaling, cropping, and compressing images in real time. See all Imagizer features in our Doc.

Basic Usage

import imagizer_client

client = imagizer_client.ImagizerClient()

# http://demo.imagizercdn.com/image.jpg?width=200&crop=fit&height=300
url = client.build_url("image.jpg", {
    "width": 200,
    "height": 300,
    "crop": "fit"
})

About

The official Python Client for the Imagizer Media Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages