Class ImageTransformActionExecuter

All Implemented Interfaces:
ActionExecuter, LoggingAwareExecuter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class ImageTransformActionExecuter extends TransformActionExecuter
Transform action executer. Modified original code to use any transformer rather than just ImageMagick. The original, allowed additional command line options to be supplied (added for backward compatibility in 15/04/2008). Now removed. Did not find any internal usage (22/11/2012) but it is possible that there may be some in Javascript calling ScriptNode or custom code using the context passed to the ImageRenderingEngine. That said, it will almost always be ImagMagick that does the transform so it will still be used. These command line options were to overcome issues with ImageMagick. Other transformers will just ignore them.
Author:
Roy Wetherall