Description
Adds image transformation support to Nginx for JPEG, GIF, PNG, and WebP formats. It can resize, crop, rotate, or otherwise process images as part of web delivery.
Use it when image handling belongs at the server layer. Processing user-supplied images can consume CPU and memory, so configure limits, caching, and accepted formats carefully.