It's a spring boot java application to load the image provided in input folder with "image.png" name and identify the color palette and create an image in output folder "output.png" name For testing, an example input file is already placed
- java 21 version
- maven
please run the below command for compilation
- mvn clean install
please run the below command for running the application after placing the image in input folder with image.png name
- mvn spring-boot:run
Sample input file present in input/image.png
Output file present in output/output.png
For further reference, please consider the following sections: