nicolashmln / strapi-plugin-responsive-image

Custom responsive image formats for https://strapi.io
154 stars 28 forks source link

Add option to convert image format to jpg, png or webp. #12

Closed nihey closed 2 years ago

nihey commented 2 years ago

Hi there!

Great plugin for Strapi, we are using it in our company to generate some optimized thumbnails.

We've extended it to be able to auto-convert images to jpg, png or webp formats. In our case, converting any png images to jpg yielded great results - about 80-90% compression on 30 quality.

@nicolashmln What do you think?

Screenshot from 2021-08-23 17-41-09

Screenshot from 2021-08-23 17-49-14

Screenshot from 2021-08-23 17-43-10

BrOrlandi commented 2 years ago

This could fix the #5 and #7 just by adding AVIF as format in the list.

nicolashmln commented 2 years ago

@nihey thanks for your PR, I will publish that in a few days