{{ filename }}
{{ type }} {{ size || '' }}
Do not hotlink to images since they will be removed every 10 minutes. Maximum filesize is 5MB.
To crush your PNG files perform a POST request to https://pngcrush.com/crush with the
input parameter set to the file content you want to crush.
POST https://pngcrush.com/crush?input=...
For example:
curl -X POST -s --form "input=@filename.png;type=image/png" https://pngcrush.com/crush > crushed.png
To see implementations in other languages see the Examples page.
(Ends)