Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用相机图像选择器定义裁剪区域矩形?
抱歉不行。
您必须实现自定义裁剪 GUI 才能获得默认值以外的任何内容,如 iOS 的相机编程主题中所述:
“使用内置编辑控件时,图像选择器控制器会强制执行某些选项。对于静止图像,选择器会强制进行方形裁剪以及最大像素尺寸。对于电影,选择器会强制执行最大电影长度和分辨率。如果你想要让用户编辑全尺寸媒体,或者指定自定义裁剪,您必须提供自己的编辑 UI。”
http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Articles/PickinganItemfromthePhotoLibrary.html#//apple_ref/doc/uid/TP40010408-SW1