Feature #20460
closedGIFBUILDER support for additional blend-modes
0%
Description
Currently, GIFGUILDER does not support blend-modes other than "over" (gm composite -compose over) for overlaying images. Having modes like "Multiply", "Difference", "Bumpmap", etc. available would greatly enhance the image processing abilities.
(issue imported from #M11130)
Updated by Alexander Opitz over 11 years ago
- Category set to Image Cropping
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Christian Hennecke over 11 years ago
As far as I can tell from checking the latest TSref, this particular aspect has not changed since then.
Updated by Chris topher over 11 years ago
Which GIFBUILDER property would that affect?
Updated by Christian Hennecke over 11 years ago
I think this would need to be set on the respective IMAGE objects.
Updated by Chris topher over 11 years ago
OK, and which properties of the IMAGE object? Or: How do you set blend-mode "over"? Concerning the structure of TypoScript properties I think the other blend modes should work similarly then?!
Updated by Christian Hennecke over 11 years ago
The blend-mode "over" is currently hard-coded in class.t3lib_stdgraphic.php (at least in TYPO3 4.7, don't know about 6.x). See the function combineExec(). What we need is a new parameter "blendMode" for the IMAGE object that is then used to generate a suitable GraphicsMagick command.
Updated by Chris topher over 11 years ago
The file is GraphicalFunctions.php in 6.x.
However, GraphicalFunctions.php is only the place, where it is hardcoded one time, but when you need the option for the IMAGE object, then you should edit the PHP file, which defines the IMAGE object, add a new option there and remove the hardcoded parameter from combineExec() (as otherwise you would get a command with two blend modes).
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Susanne Moog about 7 years ago
- Category changed from Image Cropping to Image Generation / GIFBUILDER
Updated by Benni Mack about 5 years ago
- Status changed from New to Needs Feedback
Hey Christian,
I'd really like to tackle this issue, but I'd love to have more information on how you really want your TypoScript to be written in order to make this happen.
Thanks in advance.
Updated by Susanne Moog over 4 years ago
- Status changed from Needs Feedback to Closed
No feedback for several months, closing this issue now. If you are still interested in this feature, please open a new issue providing the requested information.