The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech LeadsNov 27-28

Join

imgproxy logo

Website | Blog | Documentation | imgproxy Pro

Docker Bluesky X X Discord

CI


imgproxy is a fast and secure standalone server for resizing, processing, and converting images. The guiding principles behind imgproxy are speed, security, and simplicity.

imgproxy is able to quickly and easily resize, process, and optimize images on the fly, and it's well-equipped to handle a large amount of image processing. imgproxy is a drop-in replacement for all the image processing code inside your web application (such as using image processing libraries or calling command-line tools). With imgproxy, you don’t need to repeatedly re-prepare images to fit your design every time it changes, as imgproxy does this on demand.

To get an even better introduction and to dive deeper into the nitty-gritty details, check out this article by Evil Martians: imgproxy: Resize your images instantly and securely

imgproxy demo Photo by Joshua Patton

✨ Features

imgproxy is packed with features to the brim to cover all your image processing needs:

Feature imgproxy OSS imgproxy Pro
Image formats Basic formats: JPEG, PNG, GIF, WebP, AVIF, JPEG XL, and more Preview generation for video, PDF, and Photoshop documents
Processing Resizing, cropping, rotating, watermarking, filters Getting image info, advanced watermarking, color adjustment
Optimization Color profile and metadata stripping, PNG quantization Advanced compression settings, GIF to MP4 conversion, SVG minification
Smart features Simple smart cropping, auto-quality by file size Object detection, advanced smart cropping, auto-quality by SSIM, best format selection

Check out the full feature list for more details.

πŸ› οΈ How it works

imgproxy works as a standalone HTTP server. You provide it with a source image URL and a set of processing options via a specially crafted URL, and imgproxy fetches the image, processes it according to your specifications, and serves the resulting image back to you. You can use imgproxy URLs directly in your HTML, CSS, or JavaScript code, just like you would with any other image URL.

This way, imgproxy offloads all the image processing work from your application. The only thing your application needs to do is to generate imgproxy URLs with the desired processing options.

How imgproxy works scheme

βš–οΈ Main principles

Simplicity

Keep it simple, stupid!

We believe that software should be simple yet powerful. If your grandma can't get it up and running, you should make it simpler. That's why we designed imgproxy to be ready to use in a couple of minutes with minimal configuration. Check out the Getting Started guide to see how easy it is.

No code is better than no code.

We believe in the single responsibility principle. If something can be done better outside of imgproxy, we won't reinvent the wheel. As a couple of examples:

Speed

We strive to tune every little piece of imgproxy to make it as fast as possible.

imgproxy takes advantage of probably the most efficient image processing library out there – libvips. It’s scary fast and comes with a very low memory footprint. Our extensive experience with libvips has enabled us to optimize our image-processing pipeline to its maximum.

You can take a look at some benchmarking results and compare imgproxy with some well-known alternatives in our benchmark report.

Security

Image processing is a wide attack surface. That's why we treat security very seriously. imgproxy offers several security measures that enable you to strike the optimal balance between security and usability for your specific use case. For example:

Check out our documentation for more details on security features.

πŸš€ Getting started

The easiest and recommended way to run imgproxy is using Docker. It's just a matter of a single command:

docker run -p 8080:8080 -it ghcr.io/imgproxy/imgproxy:latest

That's it! imgproxy is ready to accept image processing requests at http://localhost:8080.

Check out the Getting Started guide for a step-by-step tutorial on how to get your first image processed with imgproxy.

πŸ“š Documentation

You can find the full documentation at docs.imgproxy.net.

πŸ’™ Supporting imgproxy

imgproxy is not a side project; it's what we do for a living. We work hard to make it better every day. If you find imgproxy useful and want to support its development, here are some ways you can do that:

πŸ™ Special thanks

Many thanks to:

πŸ“„ License

imgproxy is licensed under the MIT license.

See LICENSE for the full license text.

⚠️ Security Contact

To report a security vulnerability, please contact us at security@imgproxy.net. We will coordinate the fix and disclosure.

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.