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

Image grayscale processor #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mzsanford
Copy link
Contributor

Noticed a note on the blog post suggesting it. There are several different ways to go about it but this seemed like the simplest and it required the least complex configuration.

@rafikk
Copy link
Owner

rafikk commented Mar 16, 2014

Thanks for working on this! This is a good start.

This works for setting up a route to grayscale images by default, but I think we'd also like to allow this via the URL api as well. So we should add this as a member on ImageProcessorOptions and parse it out from the query parameters in SourceAndProcessorOptionsForRequest as well.

I also wonder if there should be a way to enable/disable the feature in the configuration in addition to setting a default.

@artnez
Copy link
Contributor

artnez commented Nov 14, 2014

@mzsanford The image processing API has undergone some refactoring in master. The statsd changes you made are already in master. If you refactor on top of master your PR should end up very small and easy to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants