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

i want to normalize uploaded photos #3

Open
joshlong opened this issue Mar 28, 2014 · 1 comment
Open

i want to normalize uploaded photos #3

joshlong opened this issue Mar 28, 2014 · 1 comment

Comments

@joshlong
Copy link
Owner

Uploaded photos should be downscaled, saved to a known format (.jpg?), and a known file size. this could be a processor that lives at the end of the a RabbitMQ queue waiting to handle inbound message

@joshlong
Copy link
Owner Author

We shouldn't rely on Java AWT on a cloud. Instead, most PaaSes have an ImageMagick service. Worst case, we could also setup a node on AWS that is connected via Rabbit that in turn delegates to ffmpeg. However, the problem with this is then we'd be on the hook for scaling that AWS instance out. Much rather let the PaaS do it. Surely there's an easier way?

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

No branches or pull requests

1 participant