Skip to content

A simple micro API that accepts an image that performs manipulations.

Notifications You must be signed in to change notification settings

masoudjahromi/SHCC

Repository files navigation

Challenge

Build a micro API that accepts an image that performs at least 3 manipulations that change the composition of the image. This means no resizing or cropping, but rather adding filters and/or text or other compositing that physically alter the image.

Code structure at a glance

structure at a glance

How to test

docker run -t -p 8080:8080 -e PORT=8080 masoud72/shcc

POST: http://127.0.0.1:8080/api/image/upload

form-data: image(file) - operations(json)

sample operations field:

[{ "type": "text", "value": "just for test" }, { "type": "filter", "value": "dark" }]

About

A simple micro API that accepts an image that performs manipulations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published