Skip to content

vamsikrishnaalla/colour-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

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

Pre-requisites

  • java 21 version
  • maven

compiling the source code

please run the below command for compilation

  • mvn clean install

running the spring boot application

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

Sample input file present in input/image.png

output

Output file present in output/output.png

Reference Documentation

For further reference, please consider the following sections:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages