A case study for Java versus Python for image processing on AWS Lambda.
AWS, Lambda, S3, REST API
Retrieve image details (height, width, color mode, and transparency)
Rotates an image 90, 180, or 270 degrees.
Resizes an image to a specified width and height.
Converts an image to grayscale.
Modifies the brightness of an image.
Converts an image of one file type to another.
Executes multiple image transformation functions on a single image.
- Aaron Burnham (atburn@uw.edu)
- Jose Rodriguez (joser27@uw.edu)
- Jay Phommakhot (jphomm@uw.edu)
- An Ha (aha25@uw.edu)