Turistforeningen / node-s3-uploader

Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
https://www.npmjs.com/package/s3-uploader
MIT License
241 stars 54 forks source link

Feature request / docs request - Usage with Node.js streams #130

Open ORESoftware opened 7 years ago

ORESoftware commented 7 years ago

Subject of the issue

Describe your issue here.

Your environment

Just looking for a way to use this library with Node.js streams, is it possible?

Starefossen commented 7 years ago

No, unfortunately not. This package executes the installed ImageMagic binary (similar to the terminal command), it does not bind directly to the ImageMagic library which would allow us to use Node.js streams.

ORESoftware commented 7 years ago

got it np thanks for responding!