Project

General

Profile

Actions

Bug #16018

closed

Effect "gray" of the GIFBUILDER object doesn't have any effect at all

Added by Patrick Rodacker about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
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
  1. greyscale image
    20 = EFFECT
    20.value = gray
    1. Colored overlay
      30 = IMAGE
      30 {
      file = GIFBUILDER
      file {
      XY = 400,112
      backColor = #292186
      }
      mask = GIFBUILDER
      mask {
      XY = 400,112
      backColor = #808080
      }
      }
      }

Tested the setup with TYPO3 3.8.1 and there it works very well
(issue imported from #M3202)

Actions

Also available in: Atom PDF