neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

Add support for media post processing command #1136

Open neos-bot opened 10 years ago

neos-bot commented 10 years ago

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

neos-bot commented 9 years ago

Comment created by @robertlemke:

Does this fit into the "new resource management"? [~kitsunet] is currently doing the final touches on it.

neos-bot commented 9 years ago

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?

neos-bot commented 9 years ago

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..

neos-bot commented 9 years ago

Comment created by @dfeyer:

Image optimization, watermarking, color adjustments, ... a lots of things can be done with post processing.