TinyPNG uses smart lossy compression techniques to reduce the file size of your WebP, JPEG, and PNG files.
Available to claim
Build and ship the TinyPNG plugin to earn 15 points when we merge it to main. You have 1 hour to link an issue, then 3 hours to open a PR with the plugin scaffold.
Compress an image using the Tinify API and upload the optimized result directly to Azure Blob Storage in a single operation. The image is first compressed by Tinify, then uploaded to the specified Azure Blob URL using the provided SAS token. Use this when you need to optimize images and store them in Azure without intermediate steps. Supports JPEG, PNG, and WebP image formats.
Tool to retrieve a compressed image by its image ID. Use after compressing an image to download the result.
Tool to retrieve the number of compressions made this month. Use when you need to monitor your TinyPNG API usage.
Tool to shrink an image and return its TinyPNG image ID. Use when you need only the compressed image identifier from the API response Location header.
Tool to transform a compressed image by resizing, converting format, preserving metadata, or storing to cloud storage. Use when you have an image ID from a previous compression and need to apply transformations.
No webhooks.