scoplan.camera 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -0
- package/plugin.xml +119 -0
- package/src/android/AutoFitSurfaceView.java +66 -0
- package/src/android/CCropActivity.java +17 -0
- package/src/android/CDrawActivity.java +16 -0
- package/src/android/CTextActivity.java +17 -0
- package/src/android/CameraEventListener.java +8 -0
- package/src/android/CameraFragment.java +635 -0
- package/src/android/CameraSeekBarListener.java +105 -0
- package/src/android/CameraUtils.java +94 -0
- package/src/android/CustomI.java +37 -0
- package/src/android/FakeR.java +31 -0
- package/src/android/ImageCameraAvailableListener.java +65 -0
- package/src/android/OnImageCaptureListener.java +11 -0
- package/src/android/PhotoEditorActivity.java +128 -0
- package/src/android/PhotoEditorMenu.java +111 -0
- package/src/android/PhotoEditorMesureCustomActivity.java +218 -0
- package/src/android/PhotoEditorStore.java +50 -0
- package/src/android/ScoplanCamera.java +98 -0
- package/src/android/gradle/scoplanCamera.gradle +9 -0
- package/src/android/libs/ds-photo-editor-sdk-v9.aar +0 -0
- package/src/android/res/drawable/back_arrow.xml +5 -0
- package/src/android/res/drawable/camsicon.png +0 -0
- package/src/android/res/drawable/custom_spinner.xml +14 -0
- package/src/android/res/drawable/delete_img.png +0 -0
- package/src/android/res/drawable/draw_img.png +0 -0
- package/src/android/res/drawable/flash.png +0 -0
- package/src/android/res/drawable/flash_on.png +0 -0
- package/src/android/res/drawable/mesure.png +0 -0
- package/src/android/res/drawable/mesure_bar.xml +19 -0
- package/src/android/res/drawable/shape_back.xml +12 -0
- package/src/android/res/drawable/shape_cancel.xml +12 -0
- package/src/android/res/drawable/shape_rectangle.xml +4 -0
- package/src/android/res/layout/fragment_camera.xml +157 -0
- package/src/android/res/layout/fragment_photo_editor_menu.xml +122 -0
- package/src/ios/AVCamPhotoCaptureDelegate.h +20 -0
- package/src/ios/AVCamPhotoCaptureDelegate.m +244 -0
- package/src/ios/AVCamPreviewView.h +18 -0
- package/src/ios/AVCamPreviewView.m +33 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDK +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Assets.car +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/0dZ-3o-Xdu-view-Uan-aZ-nTR.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSDrawViewController.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/DSPhotoEditor.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/objects-11.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/objects-13.0+.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDK.storyboardc/Okc-Jl-tk5-view-siV-MN-Zgc.nib/runtime.nib +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Base.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ar.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ar.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/de.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/de.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/es.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/es.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/fr.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/fr.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/id.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/id.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/it.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/it.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ja.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ja.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ko.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ko.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ms.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ms.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/pt-PT.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/pt-PT.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ru.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/ru.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/th.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/th.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/tr.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/tr.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/vi.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/vi.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hans.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hans.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hant.lproj/DSPhotoEditorSDK.strings +57 -0
- package/src/ios/DSPhotoEditorSDK.framework/DSPhotoEditorSDKResourceBundle.bundle/zh-Hant.lproj/DSPhotoEditorSDKLocalizable.strings +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/Headers/DSPhotoEditorSDK.h +18 -0
- package/src/ios/DSPhotoEditorSDK.framework/Headers/DSPhotoEditorViewController.h +112 -0
- package/src/ios/DSPhotoEditorSDK.framework/Info.plist +0 -0
- package/src/ios/DSPhotoEditorSDK.framework/License.md +70 -0
- package/src/ios/DSPhotoEditorSDK.framework/Modules/module.modulemap +6 -0
- package/src/ios/DSPhotoEditorSDK.framework/framework_version.txt +5 -0
- package/src/ios/DSPhotoEditorSDK.framework/strip-frameworks.sh +80 -0
- package/src/ios/Resources/Overlay.png +0 -0
- package/src/ios/Resources/Overlay@2x.png +0 -0
- package/src/ios/Resources/back_arrows.png +0 -0
- package/src/ios/Resources/ds_btn_calc.png +0 -0
- package/src/ios/Resources/ds_btn_crop.png +0 -0
- package/src/ios/Resources/ds_btn_del.png +0 -0
- package/src/ios/Resources/ds_btn_draw.png +0 -0
- package/src/ios/Resources/ds_btn_text.png +0 -0
- package/src/ios/Resources/measure_0.png +0 -0
- package/src/ios/Resources/measure_1.png +0 -0
- package/src/ios/Resources/measure_10.png +0 -0
- package/src/ios/Resources/measure_11.png +0 -0
- package/src/ios/Resources/measure_2.png +0 -0
- package/src/ios/Resources/measure_3.png +0 -0
- package/src/ios/Resources/measure_4.png +0 -0
- package/src/ios/Resources/measure_5.png +0 -0
- package/src/ios/Resources/measure_6.png +0 -0
- package/src/ios/Resources/measure_7.png +0 -0
- package/src/ios/Resources/measure_8.png +0 -0
- package/src/ios/Resources/measure_9.png +0 -0
- package/src/ios/Resources/no.png +0 -0
- package/src/ios/Resources/ok.png +0 -0
- package/src/ios/Resources/toward_arrows.png +0 -0
- package/src/ios/ScoplanCamera.h +18 -0
- package/src/ios/ScoplanCamera.m +179 -0
- package/src/ios/ScoplanCamera.storyboard +115 -0
- package/src/ios/UICustomPickerController.h +11 -0
- package/src/ios/UICustomPickerController.m +119 -0
- package/src/ios/UIImagePickerDelegate.h +11 -0
- package/src/ios/UIImagePickerDelegate.m +161 -0
- package/src/ios/UIScoplanCamera.h +20 -0
- package/src/ios/UIScoplanCamera.m +1098 -0
- package/src/ios/bottomPhotoEditor.xib +222 -0
- package/src/ios/camsicons.xcassets/Contents.json +6 -0
- package/src/ios/camsicons.xcassets/cameraicon.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/cameraicon.imageset/camsicon.png +0 -0
- package/src/ios/camsicons.xcassets/image000001.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000001.imageset/image0000002.png +0 -0
- package/src/ios/camsicons.xcassets/image0000010.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000010.imageset/image0000010.png +0 -0
- package/src/ios/camsicons.xcassets/image0000011.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000011.imageset/image0000011.png +0 -0
- package/src/ios/camsicons.xcassets/image0000012.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000012.imageset/image0000012.png +0 -0
- package/src/ios/camsicons.xcassets/image0000013.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000013.imageset/image0000013.png +0 -0
- package/src/ios/camsicons.xcassets/image0000014.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000014.imageset/image0000014.png +0 -0
- package/src/ios/camsicons.xcassets/image0000015.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000015.imageset/image0000015.png +0 -0
- package/src/ios/camsicons.xcassets/image0000016.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000016.imageset/image0000016.png +0 -0
- package/src/ios/camsicons.xcassets/image0000017.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000017.imageset/image0000017.png +0 -0
- package/src/ios/camsicons.xcassets/image0000018.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000018.imageset/image0000018.png +0 -0
- package/src/ios/camsicons.xcassets/image0000019.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image0000019.imageset/image0000019.png +0 -0
- package/src/ios/camsicons.xcassets/image000002.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000002.imageset/image0000001.png +0 -0
- package/src/ios/camsicons.xcassets/image000003.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000003.imageset/image0000003.png +0 -0
- package/src/ios/camsicons.xcassets/image000004.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000004.imageset/image0000004.png +0 -0
- package/src/ios/camsicons.xcassets/image000005.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000005.imageset/image0000005.png +0 -0
- package/src/ios/camsicons.xcassets/image000006.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000006.imageset/image0000006.png +0 -0
- package/src/ios/camsicons.xcassets/image000007.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000007.imageset/image0000007.png +0 -0
- package/src/ios/camsicons.xcassets/image000008.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000008.imageset/image0000008.png +0 -0
- package/src/ios/camsicons.xcassets/image000009.imageset/Contents.json +21 -0
- package/src/ios/camsicons.xcassets/image000009.imageset/image0000009.png +0 -0
- package/src/ios/multicam.xib +113 -0
- package/www/ScoplanCamera.js +5 -0
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<LinearLayout
|
|
3
|
+
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
4
|
+
android:orientation="horizontal"
|
|
5
|
+
android:layout_width="match_parent"
|
|
6
|
+
android:layout_height="wrap_content"
|
|
7
|
+
android:background="@null"
|
|
8
|
+
android:isScrollContainer="false"
|
|
9
|
+
android:id="@+id/custom_photo_editor_bar_bottom_container"
|
|
10
|
+
android:weightSum="5"
|
|
11
|
+
>
|
|
12
|
+
<LinearLayout
|
|
13
|
+
android:layout_width="0dp"
|
|
14
|
+
android:layout_weight="1"
|
|
15
|
+
android:orientation="vertical"
|
|
16
|
+
android:layout_height="wrap_content">
|
|
17
|
+
<ImageButton
|
|
18
|
+
android:background="@null"
|
|
19
|
+
android:id="@+id/ds_photo_editor_btn_crop"
|
|
20
|
+
android:layout_width="match_parent"
|
|
21
|
+
android:src="@drawable/ds_btn_crop"
|
|
22
|
+
android:adjustViewBounds="true"
|
|
23
|
+
android:scaleType="fitCenter"
|
|
24
|
+
android:maxHeight="50dp"
|
|
25
|
+
android:layout_height="wrap_content"/>
|
|
26
|
+
<TextView
|
|
27
|
+
android:layout_width="match_parent"
|
|
28
|
+
android:layout_height="wrap_content"
|
|
29
|
+
android:text="Recadrer"
|
|
30
|
+
android:textSize="11sp"
|
|
31
|
+
android:textColor="@color/dsTextColor"
|
|
32
|
+
android:textAlignment="center"/>
|
|
33
|
+
</LinearLayout>
|
|
34
|
+
<LinearLayout
|
|
35
|
+
android:layout_width="0dp"
|
|
36
|
+
android:layout_weight="1"
|
|
37
|
+
android:orientation="vertical"
|
|
38
|
+
android:layout_height="wrap_content">
|
|
39
|
+
<ImageButton
|
|
40
|
+
android:id="@+id/ds_photo_editor_btn_draw"
|
|
41
|
+
android:background="@null"
|
|
42
|
+
android:layout_width="match_parent"
|
|
43
|
+
android:src="@drawable/draw_img"
|
|
44
|
+
android:adjustViewBounds="true"
|
|
45
|
+
android:scaleType="fitCenter"
|
|
46
|
+
android:maxHeight="50dp"
|
|
47
|
+
android:layout_height="wrap_content"/>
|
|
48
|
+
<TextView
|
|
49
|
+
android:layout_width="match_parent"
|
|
50
|
+
android:layout_height="wrap_content"
|
|
51
|
+
android:text="Dessiner"
|
|
52
|
+
android:textSize="11sp"
|
|
53
|
+
android:textColor="@color/dsTextColor"
|
|
54
|
+
android:textAlignment="center"/>
|
|
55
|
+
</LinearLayout>
|
|
56
|
+
<LinearLayout
|
|
57
|
+
android:layout_width="0dp"
|
|
58
|
+
android:layout_weight="1"
|
|
59
|
+
android:orientation="vertical"
|
|
60
|
+
android:layout_height="wrap_content">
|
|
61
|
+
<ImageButton
|
|
62
|
+
android:id="@+id/ds_photo_editor_btn_text"
|
|
63
|
+
android:background="@null"
|
|
64
|
+
android:layout_width="match_parent"
|
|
65
|
+
android:src="@drawable/ds_btn_text"
|
|
66
|
+
android:adjustViewBounds="true"
|
|
67
|
+
android:scaleType="fitCenter"
|
|
68
|
+
android:maxHeight="50dp"
|
|
69
|
+
android:layout_height="wrap_content"/>
|
|
70
|
+
<TextView
|
|
71
|
+
android:layout_width="match_parent"
|
|
72
|
+
android:layout_height="wrap_content"
|
|
73
|
+
android:text="Texte"
|
|
74
|
+
android:textSize="11sp"
|
|
75
|
+
android:textColor="@color/dsTextColor"
|
|
76
|
+
android:textAlignment="center"/>
|
|
77
|
+
</LinearLayout>
|
|
78
|
+
<LinearLayout
|
|
79
|
+
android:layout_width="0dp"
|
|
80
|
+
android:layout_weight="1"
|
|
81
|
+
android:orientation="vertical"
|
|
82
|
+
android:layout_height="wrap_content">
|
|
83
|
+
<ImageButton
|
|
84
|
+
android:id="@+id/ds_photo_editor_btn_sticker"
|
|
85
|
+
android:background="@null"
|
|
86
|
+
android:layout_width="match_parent"
|
|
87
|
+
android:src="@drawable/mesure"
|
|
88
|
+
android:adjustViewBounds="true"
|
|
89
|
+
android:scaleType="fitCenter"
|
|
90
|
+
android:maxHeight="50dp"
|
|
91
|
+
android:layout_height="wrap_content"/>
|
|
92
|
+
<TextView
|
|
93
|
+
android:layout_width="match_parent"
|
|
94
|
+
android:layout_height="wrap_content"
|
|
95
|
+
android:text="Mesurer"
|
|
96
|
+
android:textSize="11sp"
|
|
97
|
+
android:textColor="@color/dsTextColor"
|
|
98
|
+
android:textAlignment="center"/>
|
|
99
|
+
</LinearLayout>
|
|
100
|
+
<LinearLayout
|
|
101
|
+
android:layout_width="0dp"
|
|
102
|
+
android:layout_weight="1"
|
|
103
|
+
android:orientation="vertical"
|
|
104
|
+
android:layout_height="wrap_content">
|
|
105
|
+
<ImageButton
|
|
106
|
+
android:id="@+id/ds_photo_editor_btn_remove"
|
|
107
|
+
android:background="@null"
|
|
108
|
+
android:layout_width="match_parent"
|
|
109
|
+
android:src="@drawable/delete_img"
|
|
110
|
+
android:adjustViewBounds="true"
|
|
111
|
+
android:scaleType="fitCenter"
|
|
112
|
+
android:maxHeight="50dp"
|
|
113
|
+
android:layout_height="wrap_content"/>
|
|
114
|
+
<TextView
|
|
115
|
+
android:layout_width="match_parent"
|
|
116
|
+
android:layout_height="wrap_content"
|
|
117
|
+
android:text="Supprimer"
|
|
118
|
+
android:textSize="11sp"
|
|
119
|
+
android:textColor="@color/dsTextColor"
|
|
120
|
+
android:textAlignment="center"/>
|
|
121
|
+
</LinearLayout>
|
|
122
|
+
</LinearLayout>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
//
|
|
2
|
+
// AVCamPhotoCaptureDelegate.h
|
|
3
|
+
// My happy client
|
|
4
|
+
//
|
|
5
|
+
// Created by Adriela on 02/05/2018.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
@import AVFoundation;
|
|
9
|
+
@class UIScoplanCamera;
|
|
10
|
+
@interface AVCamPhotoCaptureDelegate : NSObject<AVCapturePhotoCaptureDelegate>{
|
|
11
|
+
UIScoplanCamera *mUicam;
|
|
12
|
+
}
|
|
13
|
+
- (void)setUICam:(UIScoplanCamera*)uicam;
|
|
14
|
+
|
|
15
|
+
- (instancetype)initWithRequestedPhotoSettings:(AVCapturePhotoSettings *)requestedPhotoSettings willCapturePhotoAnimation:(void (^)(void))willCapturePhotoAnimation livePhotoCaptureHandler:(void (^)( BOOL capturing ))livePhotoCaptureHandler completionHandler:(void (^)( AVCamPhotoCaptureDelegate *photoCaptureDelegate ))completionHandler;
|
|
16
|
+
|
|
17
|
+
- (NSData*) getPhotodata;
|
|
18
|
+
@property (nonatomic, readonly) AVCapturePhotoSettings *requestedPhotoSettings;
|
|
19
|
+
|
|
20
|
+
@end
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
//
|
|
2
|
+
// AVCamPhotoCaptureDelegate.m
|
|
3
|
+
// My happy client
|
|
4
|
+
//
|
|
5
|
+
// Created by Adriela on 02/05/2018.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import "AVCamPhotoCaptureDelegate.h"
|
|
9
|
+
#import "UIScoplanCamera.h"
|
|
10
|
+
@import Photos;
|
|
11
|
+
|
|
12
|
+
@interface AVCamPhotoCaptureDelegate ()
|
|
13
|
+
|
|
14
|
+
@property (nonatomic, readwrite) AVCapturePhotoSettings *requestedPhotoSettings;
|
|
15
|
+
@property (nonatomic) void (^willCapturePhotoAnimation)(void);
|
|
16
|
+
@property (nonatomic) void (^livePhotoCaptureHandler)(BOOL capturing);
|
|
17
|
+
@property (nonatomic) void (^completionHandler)(AVCamPhotoCaptureDelegate *photoCaptureDelegate);
|
|
18
|
+
|
|
19
|
+
@property (nonatomic) NSData *photoData;
|
|
20
|
+
@property (nonatomic) NSURL *livePhotoCompanionMovieURL;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
@implementation AVCamPhotoCaptureDelegate
|
|
25
|
+
|
|
26
|
+
- (instancetype)initWithRequestedPhotoSettings:(AVCapturePhotoSettings *)requestedPhotoSettings willCapturePhotoAnimation:(void (^)(void))willCapturePhotoAnimation livePhotoCaptureHandler:(void (^)(BOOL))livePhotoCaptureHandler completionHandler:(void (^)(AVCamPhotoCaptureDelegate *))completionHandler
|
|
27
|
+
{
|
|
28
|
+
self = [super init];
|
|
29
|
+
if ( self ) {
|
|
30
|
+
self.requestedPhotoSettings = requestedPhotoSettings;
|
|
31
|
+
self.willCapturePhotoAnimation = willCapturePhotoAnimation;
|
|
32
|
+
self.livePhotoCaptureHandler = livePhotoCaptureHandler;
|
|
33
|
+
self.completionHandler = completionHandler;
|
|
34
|
+
}
|
|
35
|
+
return self;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
- (void)setUICam:(UIScoplanCamera*)uicam{
|
|
39
|
+
mUicam = uicam;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
- (void)didFinish
|
|
43
|
+
{
|
|
44
|
+
if ( [[NSFileManager defaultManager] fileExistsAtPath:self.livePhotoCompanionMovieURL.path] ) {
|
|
45
|
+
NSError *error = nil;
|
|
46
|
+
[[NSFileManager defaultManager] removeItemAtPath:self.livePhotoCompanionMovieURL.path error:&error];
|
|
47
|
+
|
|
48
|
+
if ( error ) {
|
|
49
|
+
NSLog( @"Could not remove file at url: %@", self.livePhotoCompanionMovieURL.path );
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
self.completionHandler( self );
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput willBeginCaptureForResolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings
|
|
56
|
+
{
|
|
57
|
+
if ( ( resolvedSettings.livePhotoMovieDimensions.width > 0 ) && ( resolvedSettings.livePhotoMovieDimensions.height > 0 ) ) {
|
|
58
|
+
self.livePhotoCaptureHandler( YES );
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput willCapturePhotoForResolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings
|
|
63
|
+
{
|
|
64
|
+
self.willCapturePhotoAnimation();
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput didFinishProcessingPhoto:(AVCapturePhoto *)photo error:(nullable NSError *)error
|
|
68
|
+
{
|
|
69
|
+
if ( error != nil ) {
|
|
70
|
+
NSLog( @"Error capturing photo: %@", error );
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
self.photoData = [photo fileDataRepresentation];
|
|
74
|
+
[mUicam setPhotodata:self];
|
|
75
|
+
[PHPhotoLibrary requestAuthorization:^( PHAuthorizationStatus status ) {
|
|
76
|
+
if ( status == PHAuthorizationStatusAuthorized ) {
|
|
77
|
+
NSDate *currentDate = [NSDate date];
|
|
78
|
+
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
|
|
79
|
+
[dateFormatter setDateFormat:@"dd_MM_YY_HH_mm_ss_SSS"];
|
|
80
|
+
NSString *filename = [dateFormatter stringFromDate:currentDate];
|
|
81
|
+
NSString* docsPath = [NSTemporaryDirectory() stringByStandardizingPath];
|
|
82
|
+
NSString* thumbnailPath = [NSString stringWithFormat:@"%@/%@_mthumb.jpg", docsPath, filename];
|
|
83
|
+
NSError* err = nil;
|
|
84
|
+
UIImage * img = [[UIImage alloc] initWithData:self.photoData];
|
|
85
|
+
img = [self scaleAndRotateImage:img];
|
|
86
|
+
if ([UIImageJPEGRepresentation(img, 0.8) writeToFile:thumbnailPath options:NSAtomicWrite error:&err]){
|
|
87
|
+
[self->mUicam insertImgUrl:thumbnailPath];
|
|
88
|
+
}else {
|
|
89
|
+
if (err) {
|
|
90
|
+
NSLog(@"Error saving image: %@", [err localizedDescription]);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}else {
|
|
94
|
+
NSLog( @"Not authorized to save photo" );
|
|
95
|
+
[self didFinish];
|
|
96
|
+
}
|
|
97
|
+
}];
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
-(UIImage *) scaleAndRotateImage:(UIImage *)image
|
|
101
|
+
{
|
|
102
|
+
int kMaxResolution = 2208; // Or whatever
|
|
103
|
+
|
|
104
|
+
CGImageRef imgRef = image.CGImage;
|
|
105
|
+
|
|
106
|
+
CGFloat width = CGImageGetWidth(imgRef);
|
|
107
|
+
CGFloat height = CGImageGetHeight(imgRef);
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
CGAffineTransform transform = CGAffineTransformIdentity;
|
|
111
|
+
CGRect bounds = CGRectMake(0, 0, width, height);
|
|
112
|
+
if (width > kMaxResolution || height > kMaxResolution) {
|
|
113
|
+
CGFloat ratio = width/height;
|
|
114
|
+
if (ratio > 1) {
|
|
115
|
+
bounds.size.width = kMaxResolution;
|
|
116
|
+
bounds.size.height = bounds.size.width / ratio;
|
|
117
|
+
}
|
|
118
|
+
else {
|
|
119
|
+
bounds.size.height = kMaxResolution;
|
|
120
|
+
bounds.size.width = bounds.size.height * ratio;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
CGFloat scaleRatio = bounds.size.width / width;
|
|
125
|
+
CGSize imageSize = CGSizeMake(CGImageGetWidth(imgRef), CGImageGetHeight(imgRef));
|
|
126
|
+
CGFloat boundHeight;
|
|
127
|
+
UIImageOrientation orient = image.imageOrientation;
|
|
128
|
+
switch(orient) {
|
|
129
|
+
|
|
130
|
+
case UIImageOrientationUp: //EXIF = 1
|
|
131
|
+
transform = CGAffineTransformIdentity;
|
|
132
|
+
break;
|
|
133
|
+
|
|
134
|
+
case UIImageOrientationUpMirrored: //EXIF = 2
|
|
135
|
+
transform = CGAffineTransformMakeTranslation(imageSize.width, 0.0);
|
|
136
|
+
transform = CGAffineTransformScale(transform, -1.0, 1.0);
|
|
137
|
+
break;
|
|
138
|
+
|
|
139
|
+
case UIImageOrientationDown: //EXIF = 3
|
|
140
|
+
transform = CGAffineTransformMakeTranslation(imageSize.width, imageSize.height);
|
|
141
|
+
transform = CGAffineTransformRotate(transform, M_PI);
|
|
142
|
+
break;
|
|
143
|
+
|
|
144
|
+
case UIImageOrientationDownMirrored: //EXIF = 4
|
|
145
|
+
transform = CGAffineTransformMakeTranslation(0.0, imageSize.height);
|
|
146
|
+
transform = CGAffineTransformScale(transform, 1.0, -1.0);
|
|
147
|
+
break;
|
|
148
|
+
|
|
149
|
+
case UIImageOrientationLeftMirrored: //EXIF = 5
|
|
150
|
+
boundHeight = bounds.size.height;
|
|
151
|
+
bounds.size.height = bounds.size.width;
|
|
152
|
+
bounds.size.width = boundHeight;
|
|
153
|
+
transform = CGAffineTransformMakeTranslation(imageSize.height, imageSize.width);
|
|
154
|
+
transform = CGAffineTransformScale(transform, -1.0, 1.0);
|
|
155
|
+
transform = CGAffineTransformRotate(transform, 3.0 * M_PI / 2.0);
|
|
156
|
+
break;
|
|
157
|
+
|
|
158
|
+
case UIImageOrientationLeft: //EXIF = 6
|
|
159
|
+
boundHeight = bounds.size.height;
|
|
160
|
+
bounds.size.height = bounds.size.width;
|
|
161
|
+
bounds.size.width = boundHeight;
|
|
162
|
+
transform = CGAffineTransformMakeTranslation(0.0, imageSize.width);
|
|
163
|
+
transform = CGAffineTransformRotate(transform, 3.0 * M_PI / 2.0);
|
|
164
|
+
break;
|
|
165
|
+
|
|
166
|
+
case UIImageOrientationRightMirrored: //EXIF = 7
|
|
167
|
+
boundHeight = bounds.size.height;
|
|
168
|
+
bounds.size.height = bounds.size.width;
|
|
169
|
+
bounds.size.width = boundHeight;
|
|
170
|
+
transform = CGAffineTransformMakeScale(-1.0, 1.0);
|
|
171
|
+
transform = CGAffineTransformRotate(transform, M_PI / 2.0);
|
|
172
|
+
break;
|
|
173
|
+
|
|
174
|
+
case UIImageOrientationRight: //EXIF = 8
|
|
175
|
+
boundHeight = bounds.size.height;
|
|
176
|
+
bounds.size.height = bounds.size.width;
|
|
177
|
+
bounds.size.width = boundHeight;
|
|
178
|
+
transform = CGAffineTransformMakeTranslation(imageSize.height, 0.0);
|
|
179
|
+
transform = CGAffineTransformRotate(transform, M_PI / 2.0);
|
|
180
|
+
break;
|
|
181
|
+
|
|
182
|
+
default:
|
|
183
|
+
[NSException raise:NSInternalInconsistencyException format:@"Invalid image orientation"];
|
|
184
|
+
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
UIGraphicsBeginImageContext(bounds.size);
|
|
188
|
+
|
|
189
|
+
CGContextRef context = UIGraphicsGetCurrentContext();
|
|
190
|
+
|
|
191
|
+
if (orient == UIImageOrientationRight || orient == UIImageOrientationLeft) {
|
|
192
|
+
CGContextScaleCTM(context, -scaleRatio, scaleRatio);
|
|
193
|
+
CGContextTranslateCTM(context, -height, 0);
|
|
194
|
+
}
|
|
195
|
+
else {
|
|
196
|
+
CGContextScaleCTM(context, scaleRatio, -scaleRatio);
|
|
197
|
+
CGContextTranslateCTM(context, 0, -height);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
CGContextConcatCTM(context, transform);
|
|
201
|
+
|
|
202
|
+
CGContextDrawImage(UIGraphicsGetCurrentContext(), CGRectMake(0, 0, width, height), imgRef);
|
|
203
|
+
UIImage *imageCopy = UIGraphicsGetImageFromCurrentImageContext();
|
|
204
|
+
UIGraphicsEndImageContext();
|
|
205
|
+
|
|
206
|
+
return imageCopy;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput didFinishRecordingLivePhotoMovieForEventualFileAtURL:(NSURL *)outputFileURL resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings
|
|
211
|
+
{
|
|
212
|
+
self.livePhotoCaptureHandler(NO);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput didFinishProcessingLivePhotoToMovieFileAtURL:(NSURL *)outputFileURL duration:(CMTime)duration photoDisplayTime:(CMTime)photoDisplayTime resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings error:(NSError *)error
|
|
216
|
+
{
|
|
217
|
+
if ( error != nil ) {
|
|
218
|
+
NSLog( @"Error processing live photo companion movie: %@", error );
|
|
219
|
+
return;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
self.livePhotoCompanionMovieURL = outputFileURL;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
- (NSData*) getPhotodata{
|
|
226
|
+
return _photoData;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
- (void)captureOutput:(AVCapturePhotoOutput *)captureOutput didFinishCaptureForResolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings error:(NSError *)error
|
|
230
|
+
{
|
|
231
|
+
if ( error != nil ) {
|
|
232
|
+
NSLog( @"Error capturing photo: %@", error );
|
|
233
|
+
[self didFinish];
|
|
234
|
+
return;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
if ( self.photoData == nil ) {
|
|
238
|
+
NSLog( @"No photo data resource" );
|
|
239
|
+
[self didFinish];
|
|
240
|
+
return;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
@end
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
See LICENSE.txt for this sample’s licensing information.
|
|
3
|
+
|
|
4
|
+
Abstract:
|
|
5
|
+
Application preview view.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
@import UIKit;
|
|
9
|
+
|
|
10
|
+
@class AVCaptureSession;
|
|
11
|
+
|
|
12
|
+
@interface AVCamPreviewView : UIView
|
|
13
|
+
|
|
14
|
+
@property (nonatomic, readonly) AVCaptureVideoPreviewLayer *videoPreviewLayer;
|
|
15
|
+
|
|
16
|
+
@property (nonatomic) AVCaptureSession *session;
|
|
17
|
+
|
|
18
|
+
@end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*
|
|
2
|
+
See LICENSE.txt for this sample’s licensing information.
|
|
3
|
+
|
|
4
|
+
Abstract:
|
|
5
|
+
Application preview view.
|
|
6
|
+
*/
|
|
7
|
+
@import AVFoundation;
|
|
8
|
+
|
|
9
|
+
#import "AVCamPreviewView.h"
|
|
10
|
+
|
|
11
|
+
@implementation AVCamPreviewView
|
|
12
|
+
|
|
13
|
+
+ (Class)layerClass
|
|
14
|
+
{
|
|
15
|
+
return [AVCaptureVideoPreviewLayer class];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
- (AVCaptureVideoPreviewLayer *)videoPreviewLayer
|
|
19
|
+
{
|
|
20
|
+
return (AVCaptureVideoPreviewLayer *)self.layer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
- (AVCaptureSession *)session
|
|
24
|
+
{
|
|
25
|
+
return self.videoPreviewLayer.session;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
- (void)setSession:(AVCaptureSession *)session
|
|
29
|
+
{
|
|
30
|
+
self.videoPreviewLayer.session = session;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
|
|
2
|
+
/* Class = "UILabel"; text = "Warmth"; ObjectID = "0zM-lp-TXT"; */
|
|
3
|
+
"0zM-lp-TXT.text" = "الدفء";
|
|
4
|
+
|
|
5
|
+
/* Class = "UILabel"; text = "Contrast"; ObjectID = "1Cf-FW-bN6"; */
|
|
6
|
+
"1Cf-FW-bN6.text" = "التباين";
|
|
7
|
+
|
|
8
|
+
/* Class = "UILabel"; text = "Frame"; ObjectID = "62O-Xs-qb1"; */
|
|
9
|
+
"62O-Xs-qb1.text" = "إطار";
|
|
10
|
+
|
|
11
|
+
/* Class = "UILabel"; text = "Pixelate"; ObjectID = "DPR-5e-BUL"; */
|
|
12
|
+
"DPR-5e-BUL.text" = "فسيفساء";
|
|
13
|
+
|
|
14
|
+
/* Class = "UILabel"; text = "Crop"; ObjectID = "DTZ-RP-xGE"; */
|
|
15
|
+
"DTZ-RP-xGE.text" = "قص";
|
|
16
|
+
|
|
17
|
+
/* Class = "UILabel"; text = "Exposure"; ObjectID = "OTb-bV-jZR"; */
|
|
18
|
+
"OTb-bV-jZR.text" = "التعريض";
|
|
19
|
+
|
|
20
|
+
/* Class = "UIViewController"; title = "Photo Editor"; ObjectID = "Okc-Jl-tk5"; */
|
|
21
|
+
"Okc-Jl-tk5.title" = "محرر الصور";
|
|
22
|
+
|
|
23
|
+
/* Class = "UILabel"; text = "Vignette"; ObjectID = "PJg-JC-EPs"; */
|
|
24
|
+
"PJg-JC-EPs.text" = "بورتريه";
|
|
25
|
+
|
|
26
|
+
/* Class = "UILabel"; text = "Sharpness"; ObjectID = "QOt-5a-xHV"; */
|
|
27
|
+
"QOt-5a-xHV.text" = "الحدة";
|
|
28
|
+
|
|
29
|
+
/* Class = "UINavigationItem"; title = "Photo Editor"; ObjectID = "Qc6-0o-Zk1"; */
|
|
30
|
+
"Qc6-0o-Zk1.title" = "محرر الصور";
|
|
31
|
+
|
|
32
|
+
/* Class = "UILabel"; text = "Text"; ObjectID = "T1I-30-9t3"; */
|
|
33
|
+
"T1I-30-9t3.text" = "نص";
|
|
34
|
+
|
|
35
|
+
/* Class = "UILabel"; text = "Saturation"; ObjectID = "Vbq-rJ-Uu9"; */
|
|
36
|
+
"Vbq-rJ-Uu9.text" = "التشبع";
|
|
37
|
+
|
|
38
|
+
/* Class = "UILabel"; text = "Circle"; ObjectID = "Zp9-XN-vou"; */
|
|
39
|
+
"Zp9-XN-vou.text" = "دائرة";
|
|
40
|
+
|
|
41
|
+
/* Class = "UILabel"; text = "Orientation"; ObjectID = "dwv-Gd-lHs"; */
|
|
42
|
+
"dwv-Gd-lHs.text" = "الاتجاه";
|
|
43
|
+
|
|
44
|
+
/* Class = "UILabel"; text = "Sticker"; ObjectID = "e0l-UK-h6t"; */
|
|
45
|
+
"e0l-UK-h6t.text" = "ملصق";
|
|
46
|
+
|
|
47
|
+
/* Class = "UILabel"; text = "Draw"; ObjectID = "gnP-ZC-0wA"; */
|
|
48
|
+
"gnP-ZC-0wA.text" = "رسم";
|
|
49
|
+
|
|
50
|
+
/* Class = "UILabel"; text = "Photo Editor"; ObjectID = "iOF-uR-Njc"; */
|
|
51
|
+
"iOF-uR-Njc.text" = "محرر الصور";
|
|
52
|
+
|
|
53
|
+
/* Class = "UILabel"; text = "Round"; ObjectID = "nQL-Pi-PFX"; */
|
|
54
|
+
"nQL-Pi-PFX.text" = "الزاوية المستديرة";
|
|
55
|
+
|
|
56
|
+
/* Class = "UILabel"; text = "Filter"; ObjectID = "wHk-tf-FNA"; */
|
|
57
|
+
"wHk-tf-FNA.text" = "مرشح";
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
|
|
2
|
+
/* Class = "UILabel"; text = "Warmth"; ObjectID = "0zM-lp-TXT"; */
|
|
3
|
+
"0zM-lp-TXT.text" = "Temperatur";
|
|
4
|
+
|
|
5
|
+
/* Class = "UILabel"; text = "Contrast"; ObjectID = "1Cf-FW-bN6"; */
|
|
6
|
+
"1Cf-FW-bN6.text" = "Kontrast";
|
|
7
|
+
|
|
8
|
+
/* Class = "UILabel"; text = "Frame"; ObjectID = "62O-Xs-qb1"; */
|
|
9
|
+
"62O-Xs-qb1.text" = "Rahmen";
|
|
10
|
+
|
|
11
|
+
/* Class = "UILabel"; text = "Pixelate"; ObjectID = "DPR-5e-BUL"; */
|
|
12
|
+
"DPR-5e-BUL.text" = "Mosaik";
|
|
13
|
+
|
|
14
|
+
/* Class = "UILabel"; text = "Crop"; ObjectID = "DTZ-RP-xGE"; */
|
|
15
|
+
"DTZ-RP-xGE.text" = "Zuschneiden";
|
|
16
|
+
|
|
17
|
+
/* Class = "UILabel"; text = "Exposure"; ObjectID = "OTb-bV-jZR"; */
|
|
18
|
+
"OTb-bV-jZR.text" = "Belichtung";
|
|
19
|
+
|
|
20
|
+
/* Class = "UIViewController"; title = "Photo Editor"; ObjectID = "Okc-Jl-tk5"; */
|
|
21
|
+
"Okc-Jl-tk5.title" = "Fotoeditor";
|
|
22
|
+
|
|
23
|
+
/* Class = "UILabel"; text = "Vignette"; ObjectID = "PJg-JC-EPs"; */
|
|
24
|
+
"PJg-JC-EPs.text" = "Vignette";
|
|
25
|
+
|
|
26
|
+
/* Class = "UILabel"; text = "Sharpness"; ObjectID = "QOt-5a-xHV"; */
|
|
27
|
+
"QOt-5a-xHV.text" = "Schärfe";
|
|
28
|
+
|
|
29
|
+
/* Class = "UINavigationItem"; title = "Photo Editor"; ObjectID = "Qc6-0o-Zk1"; */
|
|
30
|
+
"Qc6-0o-Zk1.title" = "Fotoeditor";
|
|
31
|
+
|
|
32
|
+
/* Class = "UILabel"; text = "Text"; ObjectID = "T1I-30-9t3"; */
|
|
33
|
+
"T1I-30-9t3.text" = "Text";
|
|
34
|
+
|
|
35
|
+
/* Class = "UILabel"; text = "Saturation"; ObjectID = "Vbq-rJ-Uu9"; */
|
|
36
|
+
"Vbq-rJ-Uu9.text" = "Sättigung";
|
|
37
|
+
|
|
38
|
+
/* Class = "UILabel"; text = "Circle"; ObjectID = "Zp9-XN-vou"; */
|
|
39
|
+
"Zp9-XN-vou.text" = "Kreis";
|
|
40
|
+
|
|
41
|
+
/* Class = "UILabel"; text = "Orientation"; ObjectID = "dwv-Gd-lHs"; */
|
|
42
|
+
"dwv-Gd-lHs.text" = "Ausrichtung";
|
|
43
|
+
|
|
44
|
+
/* Class = "UILabel"; text = "Sticker"; ObjectID = "e0l-UK-h6t"; */
|
|
45
|
+
"e0l-UK-h6t.text" = "Aufkleber";
|
|
46
|
+
|
|
47
|
+
/* Class = "UILabel"; text = "Draw"; ObjectID = "gnP-ZC-0wA"; */
|
|
48
|
+
"gnP-ZC-0wA.text" = "Malerei";
|
|
49
|
+
|
|
50
|
+
/* Class = "UILabel"; text = "Photo Editor"; ObjectID = "iOF-uR-Njc"; */
|
|
51
|
+
"iOF-uR-Njc.text" = "Fotoeditor";
|
|
52
|
+
|
|
53
|
+
/* Class = "UILabel"; text = "Round"; ObjectID = "nQL-Pi-PFX"; */
|
|
54
|
+
"nQL-Pi-PFX.text" = "Runde Ecke";
|
|
55
|
+
|
|
56
|
+
/* Class = "UILabel"; text = "Filter"; ObjectID = "wHk-tf-FNA"; */
|
|
57
|
+
"wHk-tf-FNA.text" = "Filter";
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
|
|
2
|
+
/* Class = "UILabel"; text = "Warmth"; ObjectID = "0zM-lp-TXT"; */
|
|
3
|
+
"0zM-lp-TXT.text" = "Calidez";
|
|
4
|
+
|
|
5
|
+
/* Class = "UILabel"; text = "Contrast"; ObjectID = "1Cf-FW-bN6"; */
|
|
6
|
+
"1Cf-FW-bN6.text" = "Contraste";
|
|
7
|
+
|
|
8
|
+
/* Class = "UILabel"; text = "Frame"; ObjectID = "62O-Xs-qb1"; */
|
|
9
|
+
"62O-Xs-qb1.text" = "Marco";
|
|
10
|
+
|
|
11
|
+
/* Class = "UILabel"; text = "Pixelate"; ObjectID = "DPR-5e-BUL"; */
|
|
12
|
+
"DPR-5e-BUL.text" = "Mosaico";
|
|
13
|
+
|
|
14
|
+
/* Class = "UILabel"; text = "Crop"; ObjectID = "DTZ-RP-xGE"; */
|
|
15
|
+
"DTZ-RP-xGE.text" = "Recortar";
|
|
16
|
+
|
|
17
|
+
/* Class = "UILabel"; text = "Exposure"; ObjectID = "OTb-bV-jZR"; */
|
|
18
|
+
"OTb-bV-jZR.text" = "Exposición";
|
|
19
|
+
|
|
20
|
+
/* Class = "UIViewController"; title = "Photo Editor"; ObjectID = "Okc-Jl-tk5"; */
|
|
21
|
+
"Okc-Jl-tk5.title" = "Editor de fotos";
|
|
22
|
+
|
|
23
|
+
/* Class = "UILabel"; text = "Vignette"; ObjectID = "PJg-JC-EPs"; */
|
|
24
|
+
"PJg-JC-EPs.text" = "Viñeta";
|
|
25
|
+
|
|
26
|
+
/* Class = "UILabel"; text = "Sharpness"; ObjectID = "QOt-5a-xHV"; */
|
|
27
|
+
"QOt-5a-xHV.text" = "Nitidez";
|
|
28
|
+
|
|
29
|
+
/* Class = "UINavigationItem"; title = "Photo Editor"; ObjectID = "Qc6-0o-Zk1"; */
|
|
30
|
+
"Qc6-0o-Zk1.title" = "Editor de fotos";
|
|
31
|
+
|
|
32
|
+
/* Class = "UILabel"; text = "Text"; ObjectID = "T1I-30-9t3"; */
|
|
33
|
+
"T1I-30-9t3.text" = "Texto";
|
|
34
|
+
|
|
35
|
+
/* Class = "UILabel"; text = "Saturation"; ObjectID = "Vbq-rJ-Uu9"; */
|
|
36
|
+
"Vbq-rJ-Uu9.text" = "Saturación";
|
|
37
|
+
|
|
38
|
+
/* Class = "UILabel"; text = "Circle"; ObjectID = "Zp9-XN-vou"; */
|
|
39
|
+
"Zp9-XN-vou.text" = "Círculo";
|
|
40
|
+
|
|
41
|
+
/* Class = "UILabel"; text = "Orientation"; ObjectID = "dwv-Gd-lHs"; */
|
|
42
|
+
"dwv-Gd-lHs.text" = "Orientación";
|
|
43
|
+
|
|
44
|
+
/* Class = "UILabel"; text = "Sticker"; ObjectID = "e0l-UK-h6t"; */
|
|
45
|
+
"e0l-UK-h6t.text" = "Pegatina";
|
|
46
|
+
|
|
47
|
+
/* Class = "UILabel"; text = "Draw"; ObjectID = "gnP-ZC-0wA"; */
|
|
48
|
+
"gnP-ZC-0wA.text" = "Dibujando";
|
|
49
|
+
|
|
50
|
+
/* Class = "UILabel"; text = "Photo Editor"; ObjectID = "iOF-uR-Njc"; */
|
|
51
|
+
"iOF-uR-Njc.text" = "Editor de fotos";
|
|
52
|
+
|
|
53
|
+
/* Class = "UILabel"; text = "Round"; ObjectID = "nQL-Pi-PFX"; */
|
|
54
|
+
"nQL-Pi-PFX.text" = "Redondo";
|
|
55
|
+
|
|
56
|
+
/* Class = "UILabel"; text = "Filter"; ObjectID = "wHk-tf-FNA"; */
|
|
57
|
+
"wHk-tf-FNA.text" = "Filtro";
|