We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A follow up to #79 is to get this example: https://github.com/iron-io/iron_worker_examples/tree/master/ruby_ng/image_processing
working like this:
Extra points (optional):
Pass in which image operations should be performed and the values required to perform them, for eg:
[ "generate_thumb": {"width": 200, "height": 200, "format": "jpg"}, "operation2":....]
The text was updated successfully, but these errors were encountered:
iron-io/top#4
Sorry, something went wrong.
iced
No branches or pull requests
A follow up to #79 is to get this example: https://github.com/iron-io/iron_worker_examples/tree/master/ruby_ng/image_processing
working like this:
Extra points (optional):
Pass in which image operations should be performed and the values required to perform them, for eg:
[ "generate_thumb": {"width": 200, "height": 200, "format": "jpg"}, "operation2":....]
The text was updated successfully, but these errors were encountered: