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

if crop the image with width and aspect ration, how to define from the center/top/down as the position to crop? Thanks. #129

Open hanweifish opened 7 years ago

hanweifish commented 7 years ago

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide a minimal code example to demonstrate the problem.

// your code here

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead.

// log outoput or error messages here
Starefossen commented 7 years ago

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