Actions
Bug #81596
closedResizing animated gif
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2017-06-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when we uploading animated images in DCE
<f:image src="animated gif" /> it shows animation
<f:image src="animated gif" width="100c" height="100c" /> gives us resized image but it's without animation.
so it seem any resizing of animated gif gives us a static file
guess it misses -coalesce flag while resizing
Actions