cimage icon indicating copy to clipboard operation
cimage copied to clipboard

Improve configuration of commands for external postprocessing

Open mosbth opened this issue 8 years ago • 0 comments

Change how the external commands are defined in the config file.

Now.

        'png_filter_cmd'    => '/usr/local/bin/optipng -q',

Change to

        'png_filter_cmd'    => '/usr/local/bin/optipng -q FILENAME',

It makes it easier to exchange the proposed postprocessing tools to other versions.

Or, make it even more flexible to allow a chain of post processing tools to be executed.

mosbth avatar Aug 09 '16 09:08 mosbth