Hans Kristian Flaatten

Results 122 comments of Hans Kristian Flaatten

This is not currently possible. s3-uploader chooses the best centered crop. Pull Requests are welcome, though 👍🏼

Hi @VesperDev and sorry for the trouble. This error says that the image `imgnormal/quiko.jpeg` was not found on your computer. To rephrase it, the image `imgnormal/quiko.jpeg` must be on the...

Interesting idea Anthony, here is a concept for how this _could_ work: ``` js function preUploadHandler(cb, results) { // results.versions }; new Uploader({..., hooks: { preUpload: preUploadHandler }}); ``` With...

Hi @isaacguerreir, could you fill out the rest of the template and I'll be happy to debug the problem with you 😊

This is currently not supported. s3-uploader is using [gm](https://github.com/aheckmann/gm) under the hood, aheckmann/gm#226 discusses this functionality.

The short answer is yes, I would want a PR for this. The long answer is that this is outside of what I need from `s3-uploader` so I will not...

Yes, I am willing to merge this breaking change as long as the existing behavior can be enabled with an option. It would be _easier_ to use ImageMagics's `identify` command,...

Yes, for the time being I think `aspectratio` is the right way to go. I welcome any PR for that :thumbsup:

Hi @erezger and thank you for using the `s3-uploader` library 😄 Could you post the following information in order to bets help you with this: - Operating system and version...

Make sure you have the latest version of [ImageMagick installed](http://www.imagemagick.org/script/binary-releases.php#windows) since this package requires ImageMagick to be installed.