Actions
Feature #88602
closedAllow additional image processors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2019-06-21
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Right now TYPO3 will process every images using the LocalImageProcessor. Even if there is an ProcessorInterface and LocalImageProcessor implements it, the processor is hard coded.
Allow additional processors that implements the interface to process images would help developers use other image processing techniques.
Actions