jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
474 stars 99 forks source link

Custom crop frame #9

Closed Vierco closed 8 years ago

Vierco commented 8 years ago

Hi @jayrambhia Thanks for sharing this library.

It´s possible change the ratio of the crop frame? Now its a square, but i need crop with a vertical rectangle form. The output size now it´s 960x960, it´s possible change this too?¿

Thanks ind advanced :))

Sergio

jayrambhia commented 8 years ago

This cropper was specifically made to crop out square images so other ratios are not supported. There is an option setMakeSquare(boolean makeSquare) where if you pass false, it would not add padding to the final image to make it square. But I don't think that's what you want.

Vierco commented 8 years ago

Oks! Thanks for your quick answer!