We've begun using webP images for increased page speed and have discovered in the log that ImageSharp fails with exeptions on the webP images when trying to create thumbs:
The pictures are originally jpegs and converted with Adobe Photoshop.
No, webP is not suitable for all kinds of images, but it is far superior for photographs, especially high res photos where webP will produce significantly smaller files with the same quality as jpegs.
But for pictures with sharp lines, simple colors and simple patterns, png is a better solution.
ImageSharp fails with exception on webP images
We've begun using webP images for increased page speed and have discovered in the log that ImageSharp fails with exeptions on the webP images when trying to create thumbs:
The pictures are originally jpegs and converted with Adobe Photoshop.
Are you planning to convert all images to webp?
No, webP is not suitable for all kinds of images, but it is far superior for photographs, especially high res photos where webP will produce significantly smaller files with the same quality as jpegs.
But for pictures with sharp lines, simple colors and simple patterns, png is a better solution.
It's a know bug in SixLabors.ImageSharp and it has been fixed for the upcoming v3 release.
Marking as resolved.
is working on a reply...