Actions
Feature #19290
closedIntegrate hook at the end of tslib_cObj::getImgResource
Start date:
2008-09-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Imagine you'd like to post-process any image file by a special effect that is not covered by the current standard possibilities of ImageMagick or the image rendering functionality of TYPO3 in general.
To be able to achieve this, it would be required to be able to work with the image resource generate in the getImgResource() method.
(issue imported from #M9292)
Files
Updated by Oliver Hader about 16 years ago
The attached patch implements this feature and is used in one of my projects to render an waterfloor/reflection like effect on images...
Updated by Stefan Geith over 15 years ago
I tested this with Typo3 4.3 R5754 with a selfmade extension, that adds rounded corners to any image: Patch works.
Updated by Stefan Geith over 15 years ago
I just added a patch for Typo3 Version 4.2.8.
For all who need this in 4.2 too (like me).
Updated by Oliver Hader about 15 years ago
Committed to SVN Trunk:
- new hook (rev. 5847)
- test case (rev. 5848)
Actions