本質的に3x4次元の長方形である「IDカード」と「名刺」をキャプチャするcapture image
ためのアクションを実装しています
UIImagePickerControllerでの作業を開いて設定するときallowsImageEditing = YES;
4x4の正方形であるデフォルトのトリミングフレームがあります。
私の場合、画像のトリミングウィンドウ用にそのトリミングフレームを3x4に設定したいと思います。
しかし、写真を編集/トリミングするときに、その正方形のフレームを長方形のフレームに変更する方法を見つけることができませんでした。誰かがそれをする方法を見つけましたか?
MY CLIENT REQUIREMENTS IS need the user to select images that are 3x4 or 2x3 rectangle but the crop rect currently only allows 4x4 square (when allow editing is on).
How does the "move and scale screen" determine dimensions for its cropbox?
前もって感謝します