Feature #50254
closed
Signal for image processing configuration in ContentObjectRenderer
Added by Lars Malach over 11 years ago.
Updated almost 10 years ago.
Description
For some extensions it would be amazing to have a signal, which allows adjustments at the processing configuration of images before they get rendered.
- Status changed from New to Under Review
Hi Lars
I updated your initial patch with some cleanup and added two parameters to the signal call. I hope you don't mind. Please let me know if you have any feedback.
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22471
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22471
- Status changed from Under Review to Rejected
You can use $file->process()->emitPreFileProcessSignal() which is executed just one line below and fits your needs even better. This is a more appropriate place to hook into FAL directly. Please use that one. No need to add even more hookable places.
Also available in: Atom
PDF