Skip to content

Ahmed9914/image-processing-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing API

Overview

This Api allows to resize an image (jpg only) with the required width and height.

Steps to build and start the server:

1. Install dependencies

npm install

2. Build

npm run build

3. Start the Server

npm start

Usage:

http://localhost:3000/api/imageResizer?filename=<filename>&width=<width>&height=<height>

Example: http://localhost:3000/api/imageResizer?filename=palmtunnel&width=400&height=200

About

This Api allows to resize an image (jpg only) with the required width and height.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors