Skip to content

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

License

Notifications You must be signed in to change notification settings

Ahmed9914/image-processing-Api

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

No packages published