This repository contain a simple API that makes a basic image processing
- Convert an image to black and white
- Resize an image
Let's see the step for using it locally
- Step 1: Clone this repository in your device
- Step 2: Go to the
src/main/resourcesand you can see the file application.properties. Open it and modify the line to specify the directory for saving your image:
image.directory = absolute/path/to/your/file- Step 3: Always in the resources package, you can see a directory called
templates, so look inside. There is a JSON file collection that you can already use and import for testing the endpoint on Postman - Step 4: Run the Springboot application and enjoy it!
Since it is an API, here's the link for the specification: Image processing API