Skip to content

Adityasinghvats/sankuchit-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resize

  • Image resizer backend service

POST

  • http://localhost:8080/resize
  • Send the value for respective values and image using forms from frontend.

Body

form-data

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 as png or jpeg.

About

A golang based backend for image resize and refactor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published