yasirkula / UnityNativeGallery

A native Unity plugin to interact with Gallery/Photos on Android & iOS (save and/or load images/videos)
MIT License
1.42k stars 199 forks source link

怎么对选取的相册里图片进行裁剪 #330

Open bingxueyu opened 1 month ago

bingxueyu commented 1 month ago

你好, 选中一张相册里的图片,怎样进行固定大小的裁剪,并获取裁剪之后的图片信息 谢谢!

yasirkula commented 1 month ago

Hi, you can crop either programmatically (google) or via ImageCropper. NativeGallery doesn't have built-in crop functionality.