Actions
Bug #86947
closedGifbuilder: combine images generates duplicate images of the same picture.
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2018-11-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Gifbuilder
Complexity:
Is Regression:
Sprint Focus:
Description
Since TYPO3 8.7.20 the Folder: typo3temp/assets/images/ growth extremly
I found that my gallery images are stored there, which are generated by the Gifbuilder.
Every time the frontend gallery is hit, a new image with watermark is generated:
csm_oehde9i_aaae4a5f3d_logo5_a77ed9c6fb.jpg
csm_oehde9i_aaae4a5f3d_logo5_f386a36af5.jpg
csm_oehde9i_aaae4a5f3d_logo5_71836c512b.jpg
The last digits change, filesize is the same and it's the same picture. So the images are not cached and the Folder growth unlimited.
TYPO3 8.7.19 is without this problem.
Thanks. Arne Bracht
lib.imageWithWatermark = COA
lib.imageWithWatermark {
20 = IMAGE
20 {
file = GIFBUILDER
file {
XY = [10.w],[10.h]
format = jpg
quality = 100
10 = IMAGE
10.file {
import.data = current
treatIdAsReference = 1
width = 130c
height = 100c
}
15 = IMAGE
15.offset = [10.w]-29,[10.h]-40
15.file = fileadmin/layout/images/logo5.png
}
}
}
Actions