Hi i use slimsy with razor helper https://github.com/Jeavon/Slimsy/blob/dev-v3/TestSite/App_Code/SlimsyHelper.cshtml
and in v7 the images were generated as wbp format but in v8 they are generated as jpg. Does anyone have an idea? I tested the latest version of slimsy 3.0.0-beta3. Ihave also tried the solution but It doesn't work either
Hi Christina,
I had the same issue inv8, and found out that the package ImageProcessor.Plugins.WebP
was missing.
So you have to run "install-package ImageProcessor.Plugins.WebP" on your project, and the images will appear then WebP.
I created an issue on Github ( https://github.com/Jeavon/Slimsy/issues/23 ) regarding the same.
Cheers,
Daniel
Slimsy not generate webp format
Hi i use slimsy with razor helper https://github.com/Jeavon/Slimsy/blob/dev-v3/TestSite/App_Code/SlimsyHelper.cshtml and in v7 the images were generated as wbp format but in v8 they are generated as jpg. Does anyone have an idea? I tested the latest version of slimsy 3.0.0-beta3. Ihave also tried the solution but It doesn't work either
/ Christina
Hi Christina, I had the same issue inv8, and found out that the package ImageProcessor.Plugins.WebP was missing. So you have to run "install-package ImageProcessor.Plugins.WebP" on your project, and the images will appear then WebP. I created an issue on Github ( https://github.com/Jeavon/Slimsy/issues/23 ) regarding the same. Cheers, Daniel
Hi Daniel
Many thanks :) you solved my problem
/Christina
is working on a reply...