Hans Kristian Flaatten
Hans Kristian Flaatten
Yes, that would absolutely be possible!
Yes. The thought was to move the [Integration Tests](https://github.com/Turistforeningen/node-s3-uploader/blob/master/test/suite.coffee#L457) as separate examples in the example directory, and add some more usable examples as well, and have a way to integrate...
Hi @kantaharikrishna, please take a look at this example configuration: https://github.com/Turistforeningen/node-s3-uploader/blob/stable/0.x/README.md#example
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...
Tests are failing due to linting (`npm lint`) errors @JonatanSalas.
Hi @PierrickP and thank you for your suggestion! This is something we too would like to have support for, however the tricky part is to pass steams to ImageMagick for...
Great! 😄 Pull requests are always welcome 🚀 You can check out [`im-metadata`](https://github.com/Turistforeningen/node-im-metadata) and [`im-resize`](https://github.com/Turistforeningen/node-im-resize) which wraps the ImageMagick command line.
Good suggestion @oblador, that would definitely be the best option. Would require some more change too I think.
What did the final URL result in for the original and for a resized image look like? I thought [this line](https://github.com/Turistforeningen/node-s3-uploader/blob/master/index.js#L149) assumed that the original image file name has a...
I just looked into the problem again and remembered that this is not as straight forward as it looked like at first glance since each resized image version may have...