node-s3-uploader icon indicating copy to clipboard operation
node-s3-uploader copied to clipboard

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

Open ORESoftware opened this issue 7 years ago • 2 comments

Subject of the issue

Describe your issue here.

Your environment

  • Operating system
    • [ ] Mac
    • [ ] Windows
    • [x] Linux
  • Node.js version (node --version)
    • [ ] Node.js v4.x
    • [x] Node.js v6.x
  • ImageMagick version (identify -version)
    • [ ] ImageMagick v6.9.x
    • [x] ImageMagick v7.0.x
  • s3-uploader version
    • [ ] v0.x
    • [ ] v1.x
    • [x] v2.x

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

ORESoftware avatar Feb 01 '17 10:02 ORESoftware

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.

Starefossen avatar Feb 04 '17 21:02 Starefossen

got it np thanks for responding!

ORESoftware avatar Feb 05 '17 00:02 ORESoftware