sourcebroker / imageopt

TYPO3 extension imageopt. Optimize images resized by TYPO3 so they will take less space, page will be downloaded faster and Google PageSpeed Insights score will get higher.
Other
31 stars 8 forks source link

V12 - Compatibility #46

Open support-beech opened 1 year ago

support-beech commented 1 year ago

Hi, is there any plans for V12 Compatibility or are there alternatives to consider?

kszymukowicz commented 1 year ago

Sure, it will definitely be upgraded to version 12. I expect it to be ready in the next 1-2 months.

wazum commented 2 months ago

Any news on that @kszymukowicz ? tia

kszymukowicz commented 2 months ago

@wazum @support-beech

With great support of browser for https://caniuse.com/?search=webp and https://caniuse.com/?search=avif the sense of this extension is lower and lower.

Good to mention also is that https://github.com/b13/picture has lately integrated option "onlyWebp". So we have a tool (b13/picture) and possibilities (wide support of browsers for webp) to finally forget about all jpg/png/gifs.

The only use case for imageopt extension I see are:

  1. It was used in project already and transforming all image viewhelpers into b13/picture with onlyWebp would be too time consuming.

  2. Imageopt would be used for some edge case for having greater quality on resized images. Something like "take original image from TYPO3, take the crop size form TYPO3, send this original image and crop data to kraken. Save the output in _processed_."

Do you have some other use cases?