Class AbstractBufferedImageTransformer

    • Constructor Detail

      • AbstractBufferedImageTransformer

        public AbstractBufferedImageTransformer()
    • Method Detail

      • getTransformations

        public static String[] getTransformations()
        Returns a list with classnames of transformations.
        Returns:
        the transformation classnames
      • forName

        public static AbstractBufferedImageTransformer forName​(String classname,
                                                               String[] options)
        Instantiates the transformation with the given options.
        Parameters:
        classname - the classname of the transformation to instantiate
        options - the options for the transformation
        Returns:
        the instantiated transformation or null if an error occurred
      • forCommandLine

        public static AbstractBufferedImageTransformer forCommandLine​(String cmdline)
        Instantiates the transformation from the given commandline (i.e., classname and optional options).
        Parameters:
        cmdline - the classname (and optional options) of the transformation to instantiate
        Returns:
        the instantiated transformation or null if an error occurred