我试图让用户选择/拍照然后进行裁剪查看。我已设法使用此库执行此操作: https://github.com/XAM-Consulting/Xam.Plugins.ImageCropper
但我想强制图像为正方形,而不是用户喜欢的任何宽高比。有谁知道怎么做?
我可以使用其他任何库/插件吗?
答案 0 :(得分:2)
你可以查看这个回购,这是很好的btw,并将做你想要的(而且还有图像缓存...) https://github.com/luberda-molinet/FFImageLoading
答案 1 :(得分:1)
您可以使用:https://github.com/daniel-luberda/DLToolkit.Forms.Controls/tree/master/ImageCropView
<imgcrop:ImageCropView HeightRequest="300" WidthRequest="300" x:Name="cropView"
Source="http://photos2.insidercdn.com/iphone4scamera-111004-full.JPG">
</imgcrop:ImageCropView>