I am optimizing a MVC application and obviously for optimization the very first thing is optimize images/pictures. I create webp images with google's webp plugin for photoshop. I am just wondering that is there any possibility to save webp images in a SQL database and display it somewhere in a MVC razor view?
Regards