Created by: brad ([email protected]) on 2015/03/06 19:07:45 +0000
Votes at time of UserVoice import: 13
It be great if onBeforeAssetTransform and onAssetTransform events were added to Craft allowing plugins to hook onto the asset transformation pipeline.
Just ran into a place where I needed this!
I wanted to convert to a specific color profile with Imagick.
For the time being, I'm using assets.onBeforeUploadAsset, but ideally I would only do it for transforms and not touch the original files.
This would be awesome if it would let a plugin replace the whole transform process, not only do additional work on the source, or on the transformed image.
This would be great, whether or not https://github.com/craftcms/cms/issues/845 is implemented
Honestly, I think this was already added, but I suppose not. Will look into it.
馃憦
Most helpful comment
> Posted by Andr茅 Elvan ([email protected]) on 2015/03/10 17:52:06 +0000
This would be awesome if it would let a plugin replace the whole transform process, not only do additional work on the source, or on the transformed image.