Actions
Bug #16018
closedEffect "gray" of the GIFBUILDER object doesn't have any effect at all
Start date:
2006-04-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Trying the following setup to render a grey scaled image with a colored overlay does not have any effect when using TYPO3 4.0RC2 or TYPO3 4.0:
lib.headerImage = IMAGE
lib.headerImage.file = GIFBUILDER
lib.headerImage.file {
XY = [10.w],112
backColor = #ffffff
10 = IMAGE
10.file.import = uploads/media/
10.file.import.data = levelmedia:-1 ,"slide"
10.file.import.listNum = 0
- greyscale image
20 = EFFECT
20.value = gray- Colored overlay
30 = IMAGE
30 {
file = GIFBUILDER
file {
XY = 400,112
backColor = #292186
}
mask = GIFBUILDER
mask {
XY = 400,112
backColor = #808080
}
}
}
- Colored overlay
Tested the setup with TYPO3 3.8.1 and there it works very well
(issue imported from #M3202)
Actions