tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Crop image doesn't work #213

Closed lhz516 closed 8 years ago

lhz516 commented 8 years ago

In UploadServer.init({}), I set crop to true, however it didn't work. Then I checked the source code, currently there's only resize method and nothing about crop. Has crop image method not been implemented yet?

tomitrescak commented 8 years ago

Unfortunatelly there is no plan to implement more ImageMagick functionality. Yet, PRs are welcome ;)