sitegeist / sms-responsive-images

This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
GNU General Public License v2.0
34 stars 18 forks source link

Add option to specify image quality #24

Open s2b opened 6 years ago

s2b commented 6 years ago

It should be possible to specify/overwrite the image quality option. Ideally, it should be possible to specify multiple qualities, e. g. to generate lower-quality for high dpi images.

DanielRuf commented 6 years ago

This is a must have. It seems by default the image quality is lower than the quality of images generated by f:image/media which is not good. (Re)processing should not manipulate / change the quality by default.

At least the generated images seem to be not as crisp as the normal images and look a bit blurry when you look closely at them.

s2b commented 6 years ago

I'm pretty sure that the image quality is the same because the extension uses the core api for image processing just as the core viewhelpers do. The processing is applied to the original image, so there is no reprocessing which could have added up to bad image quality.

However, responsive images can seem blurrier in the browser because they almost almost always will be scaled by the browsers, which can lead to some quality loss.

DanielRuf commented 6 years ago

Well, even in fullscreen there is some quality loss.

s2b commented 6 years ago

Ok, I'll have to test this...