Actions
Bug #50193
closedFAL: Image Processing doesn't respect GFX "thumbnails_png" option
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-07-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Task Interface of the File Abstraction Layer defines the
target file extension for graphcal tasks. Previously this was done
with the option "thumbnails_png" from the TYPO3_CONF_VARS.
However, checking for that parameter is not done anymore within
FAL / AbtractGraphicalTask. Thus, all .gif images are shown as .png
files, even though TYPO3 is not configured like that.
This can be seen when using GM, thumbnails_png=0, and creating
a preview image of an animated GIF. The preview will not be shown
then.
The patch introduces the existing option back in to 6.x / FAL.
Actions