Skip to content

Sanmandresy/darkify-image-api-with-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkenAPI

This is an API made with Spring that takes an image from a HttpClient and render it with a gray shade.

How to use it ?

  1. You must have Java installed on your computer/laptop.

I use Java 18 and JDK 18

  1. Clone the repository :
   git clone https://github.com/Sanmandresy/DarkenAPI.git
  1. Install all the necessary maven dependencies.

  2. You can run the project with whatever IDE you use.

  3. The project will be running on the port 8080, which is TomCat port.

  4. To test if the API is responding to your call :

These two will render the same output : "Hello from the API".

  1. To change an image shade to gray :
  1. If the image's size is not too high and the type is accepted then the new image will be rendered.

About

An API REST that modify an image color as gray.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages