Skip to main content

Generates URL for imgproxy image processing server

Project description

Generates URL for imgproxy image processing server

Use following command line to generate IMGPROXY_KEY and IMGPROXY_SALT

echo $(xxd -g 2 -l 64 -p /dev/random | tr -d '\n')
from mkimgproxy import ImgProxy

IMGPROXY_URL = "http://my-imgproxy-server/path"
IMGPROXY_KEY = "9cbc4f564037858e5b9f2304f8540aa606943bddeaecb00a0b4a498092d0d65c079e291d3a2ddceafd23f1a29bb914fbf91a8464515826bb6a9f609800781182"
IMGPROXY_SALT = "3dae9fbe7138431c57d59625d19175901df23786b1b8b6c65a39a0ac26f344809478bb3c7f6a838a1a45dbe123f85a16d8ce74c2f595cbf61d12a8470c588201"

imgProxy = ImgProxy(IMGPROXY_KEY, IMGPROXY_SALT, IMGPROXY_URL)
resizedImageUrl = imgProxy.generate("http://example.com/images/curiosity.jpg", {
    "s": "800:500", "rt": "fit", "g": "sm", "q": 70, "sm": "true"}, "jpeg")

print(resizedImageUrl)

Project details


Download files

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

Source Distribution

mkimgproxy-0.4.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

mkimgproxy-0.4-py2.py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 2 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