fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Get a circular image from cropping #1025

Closed P4yBill closed 5 years ago

P4yBill commented 5 years ago

Is there a way to output a circular image from cropperjs? I used the code provided in issue #545 but it doesnot work. The circle does appear but the output is a rectangle. Thanks!

fengyuanchen commented 5 years ago

Please follow this example from Cropper.js: https://github.com/fengyuanchen/cropperjs/blob/master/examples/crop-a-round-image.html

nicodemuz commented 5 years ago

@fengyuanchen The above link doesn't seem to work anymore. Do you know where I might find it?