We're using the following imageprocessor packages in a Umbraco v8.17.1 installation:
- Imageprocessor
- ImageProcessor.Plugins.WebP
- ImageProcessor.PostProcessor
- ImageProcessor.Web.Plugins.AzureBlobCache
- ImageProcessor.Web + ImageProcessor.Web.Config
Question: Upon using this package our .jpg etc files are getting converted into .webp format. But we're researching if the ImageProcessor.Web.PostProcessor is actually working and optimizing the .webp image.
Why are we researching this? The difference between .jpg or any other image extensions and .webp is huge. But if we run the .webp image through https://tinypng.com we discovered that our .webp images can be compressed again with 40-60% difference in size.
Therefore we want to know if the ImageProcessor.Web.PostProcessor is actually doing anything for us.
ImageProcessor.Web.PostProcessor not working
We're using the following imageprocessor packages in a Umbraco v8.17.1 installation: - Imageprocessor - ImageProcessor.Plugins.WebP - ImageProcessor.PostProcessor - ImageProcessor.Web.Plugins.AzureBlobCache - ImageProcessor.Web + ImageProcessor.Web.Config
Question: Upon using this package our .jpg etc files are getting converted into .webp format. But we're researching if the ImageProcessor.Web.PostProcessor is actually working and optimizing the .webp image.
Why are we researching this? The difference between .jpg or any other image extensions and .webp is huge. But if we run the .webp image through https://tinypng.com we discovered that our .webp images can be compressed again with 40-60% difference in size.
Therefore we want to know if the ImageProcessor.Web.PostProcessor is actually doing anything for us.
Thanks in advance
is working on a reply...