RaananW / PhoneGap-Image-Resizer

Providing an image resizer plugin for phonegap projects on both Android and iOS
93 stars 89 forks source link

Is it possible to scale/crop an image to square? #29

Open zhouhao27 opened 8 years ago

zhouhao27 commented 8 years ago

Is it possible to scale/crop an image to square? Thanks

RaananW commented 8 years ago

Hi, It's possible to resize to a square using a different resize factor for the width and height. But there is no crop option, the image will come out distorted. Crop would be a nice-to-have feature thou :smile:

zhouhao27 commented 8 years ago

I'm working on a simple plugin which is able to crop/resize the image by myself.