0
當用戶從Gallery(或相機)中加載照片(如果allowEditing爲true)時,他們可以裁剪圖像以適合方塊。Titanium.Media.openPhotoGallery/allowEditing大小
是否可以更改該框的高度/寬度,而不是正方形,它可以是矩形?
Screenshot of the square I'm talking about.
當用戶從Gallery(或相機)中加載照片(如果allowEditing爲true)時,他們可以裁剪圖像以適合方塊。Titanium.Media.openPhotoGallery/allowEditing大小
是否可以更改該框的高度/寬度,而不是正方形,它可以是矩形?
Screenshot of the square I'm talking about.
你這裏有兩種方法來解決這個問題,當你使用openPhotoGallery()
或相機使用showCamera()
您可以訪問兩個屬性打開庫,你可以使用:
1)overlay
這是一個Ti.UI.View
作爲屬性名稱表示您可以在頂部添加一個視圖到相機UI,這樣您就可以使其成爲您想要的任何形狀,並在返回時將其調整爲存在的媒體。 (我會親自使用這個實現)
2)transform
,它允許您將相機UI應用到變換矩陣,您應該能夠修改邊界框。