Actions
Bug #81796
closedLocalCropScaleMaskHelper does not respect quality setting
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-07-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With
$GLOBALS['TYPO3_CONF_VARS']['GFX']['jpg_quality']
it's possible to set the quality of processed images. Unfortunately that's not true for the LocalCropScaleMaskHelper that generates thumbnails and so on.
It always generates lossless jpeg's resulting in quite huge images.
LocalCropScaleMaskHelper does call
$gifBuilder->imageMagickConvert
but ignores any quality setting here.
Actions