Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haneenalnuwaysir/image_processing_api
Image Processing API is about resize the width & height for image in URL and should immediately see the modified image in screen
https://github.com/haneenalnuwaysir/image_processing_api
eslint expressjs jasmine javscript nodejs prittier typescript
Last synced: 5 days ago
JSON representation
Image Processing API is about resize the width & height for image in URL and should immediately see the modified image in screen
- Host: GitHub
- URL: https://github.com/haneenalnuwaysir/image_processing_api
- Owner: haneenalnuwaysir
- Created: 2023-08-16T18:32:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T18:01:39.000Z (about 1 year ago)
- Last Synced: 2024-10-16T13:04:12.677Z (20 days ago)
- Topics: eslint, expressjs, jasmine, javscript, nodejs, prittier, typescript
- Language: TypeScript
- Homepage:
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Processing API
Image Processing API is about resize the width & height for image in URL and should immediately see the modified image in screen
### To run the project:
```bash
npm run build
```
#### Then use the following url :
```bash
http://localhost:3000/api/images?filename=palmtunnel&width=200&height=200
```
#### When you modify the width and height, the image processing code will resize the image accordingly and save the resized image to the specified file path ```(images/thumbnail/palmtunnel.jpg ```. The new image file will reflect the changes made to the width and height.
## Author- [@haneenalnuwaysir](https://github.com/haneenalnuwaysir)