A simple API that takes an image file and does stuff
-
Build the project
make build
-
Run the server
./main
-
Make a
POST
request tohttp://localhost:8080/images/greyscale
with a JPEG file as amultipart/form-data
body under the nameimage
-
Make a
POST
request tohttp://localhost:8080/images/pixelate
with a JPEG file as amultipart/form-data
body under the nameimage