Skip to content

AlyZakaria/Image-Processing-API

Repository files navigation

Image-Processing-API

Scripts:

1- Build: npm run build.
2- prettier: npm run prettier.
3- lint: npm run lint.
4- jasmine: npm run test.
5- server: npm run server.

Usage

http://localhost:3000/

Endpoints to resize image..

http://localhost:3000/image

The url parameters are

 filename: avaliable filenames are [pyramid , castle , street].
 width
 height

Examples:

http://localhost:3000/image?filename=pyramid&width=1000&height=1000
Image will be scaled and saved in resized_Image folder and if it already there it will not repeated agian..

4d84b144785da89a36a61a95eaa9719332cb4fd6

About

Create Api's for image resizing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors