https://github.com/manojc/sharp-stream
POC to make use of sharp streams to process JPEG images
https://github.com/manojc/sharp-stream
Last synced: 2 months ago
JSON representation
POC to make use of sharp streams to process JPEG images
- Host: GitHub
- URL: https://github.com/manojc/sharp-stream
- Owner: manojc
- License: mit
- Created: 2019-10-20T15:44:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T23:36:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T22:34:14.231Z (4 months ago)
- Language: JavaScript
- Size: 28.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sharp-stream
POC to make use of sharp streams to process JPEG images
## Installation
Install dependencies -
```
npm install
```Run Project -
```
npm start
```---
## What is this POC for?
* To understand how sharp stream APIs work in terms of processing JPEG images.
* To verify if use of stream can be more efficient than buffers
* To address [the memory issues in sharp caused by buffers](https://stackoverflow.com/questions/58066655/nodejs-sharp-node-package-memory-consumption-issue)
* To provide code base for [this stackoverflow question](https://stackoverflow.com/questions/58474891/sharp-duplex-stream-emits-chunks-larger-than-65536)
---
* Author - [Manoj Chalode](github.com/manojc)
* licence - MIT