Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve configuration of commands for external postprocessing #155

Open
mosbth opened this issue Aug 9, 2016 · 0 comments
Open

Improve configuration of commands for external postprocessing #155

mosbth opened this issue Aug 9, 2016 · 0 comments

Comments

@mosbth
Copy link
Owner

mosbth commented Aug 9, 2016

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 mosbth added this to the v0.8.backlog milestone Aug 9, 2016
@mosbth mosbth self-assigned this Aug 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant