It uses TinyPNG's smart lossy compression techniques API, significantly reducing file sizes while maintaining high visual quality. It allows 500 free requests monthly, which might be insufficient for large websites, but I would recommend online tool like https://jpegcompressor.com/ for compressing various image formats, including JPEG, PNG, JPG, SVG, and WEBP. This tool optimizes images efficiently while maintaining quality.
Compress images automatically
Is there a way to compress images uploaded by the client automatically? I can't ask him to do image optimizations himself...
Hi Maarten,
If it's Umbraco 8, then you could take a look at the Tinifier2 package?
https://our.umbraco.com/packages/backoffice-extensions/tinifier2/
If it's Umbraco 9, I'm not aware of any packages that currently do this - that's not to say they don't exist. 😄
Cheers,
- Lee
Did you get anywhere with this. I assumed a modern Umbraco CMS should do this as core?? I'm on V9.
You could also do it the way around, return a specific format in your crops! (This is possible since V10 with now has ImageSharp V2)
Now all your crops are easily converted to WebP formats.
It uses TinyPNG's smart lossy compression techniques API, significantly reducing file sizes while maintaining high visual quality. It allows 500 free requests monthly, which might be insufficient for large websites, but I would recommend online tool like https://jpegcompressor.com/ for compressing various image formats, including JPEG, PNG, JPG, SVG, and WEBP. This tool optimizes images efficiently while maintaining quality.
is working on a reply...