neos-development-collection
neos-development-collection copied to clipboard
Add support for media post processing command
Jira issue originally created by user @dfeyer:
As a developper I need to register new processing instruction in my own package.
It could be useful for optimization of image to be handle to register global processing command, like WebOptimisation, AutoRotate, Strip, ... in TYPO3.Media settings.
Jira-URL: https://jira.neos.io/browse/NEOS-256
Comment created by @robertlemke:
Does this fit into the "new resource management"? [~kitsunet] is currently doing the final touches on it.
Comment created by @kitsunet:
It could surely be added to the stuff I do. [~dfeyer] can you give some more info on what you want to archieve with it?
Comment created by @aertmann:
I have one use case where we have optimized the images using image_optim and other libraries, for that we hooked into the resource publishing stuff which felt pretty hacky..
Comment created by @dfeyer:
Image optimization, watermarking, color adjustments, ... a lots of things can be done with post processing.