- Image resizer backend service
http://localhost:8080/resize
- Send the value for respective values and image using forms from frontend.
Key | Value |
---|---|
width | 400 |
height | 500 |
quality | 95 |
format | png |
file | /C:/Users/adity/OneDrive/Pictures/Aditya_Arc.png |
quality
value can range from 0 to 100, generally for web we use between 75 and 90.format
can take value aspng
orjpeg
.