Skip to content

Commit 00bf4a6

Browse files
WangYngaiyaapp
authored andcommitted
Publish v3.4.0 (aiyaapp#18)
* 1. add style filter demo * 1. add smooth skin 2. add whiten skin * 1. 改善了抖动 2. 修复了特效变形
1 parent df80239 commit 00bf4a6

File tree

111 files changed

+901
-545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+901
-545
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Podfile.lock
22
Pods
33
._*
4-
._*
4+
.*
55
AiyaEffectsDemo/AiyaEffectsSDK/AiyaCameraSDK.framework

AiyaEffectsDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
D32161CE1ED05D6100BDEA99 /* AiyaCameraSDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D32161CD1ED05D6100BDEA99 /* AiyaCameraSDK.bundle */; };
1919
D3481EEE1EAA072C006FB4AE /* EffectResources in Resources */ = {isa = PBXBuildFile; fileRef = D3481EED1EAA072C006FB4AE /* EffectResources */; };
2020
D361964F1E978C9C00C8BC0B /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D361964E1E978C9C00C8BC0B /* libiconv.tbd */; };
21+
D3969C031F1F0EB6006B3372 /* FilterResources in Resources */ = {isa = PBXBuildFile; fileRef = D3969C021F1F0EB6006B3372 /* FilterResources */; };
2122
D3BC81BF1EF3C53E00E31D4B /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D3190B321E7168BB00121BAB /* libz.tbd */; };
2223
D3E4C1AD1EF40032003E74DB /* AiyaCameraSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3E4C1AC1EF40032003E74DB /* AiyaCameraSDK.framework */; };
2324
/* End PBXBuildFile section */
@@ -43,6 +44,7 @@
4344
D32161CD1ED05D6100BDEA99 /* AiyaCameraSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = AiyaCameraSDK.bundle; sourceTree = "<group>"; };
4445
D3481EED1EAA072C006FB4AE /* EffectResources */ = {isa = PBXFileReference; lastKnownFileType = folder; path = EffectResources; sourceTree = SOURCE_ROOT; };
4546
D361964E1E978C9C00C8BC0B /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
47+
D3969C021F1F0EB6006B3372 /* FilterResources */ = {isa = PBXFileReference; lastKnownFileType = folder; path = FilterResources; sourceTree = SOURCE_ROOT; };
4648
D3D5CEF71E716DAE005C1F7A /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
4749
D3D5CEF91E716DC5005C1F7A /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
4850
D3D5CEFB1E716DCE005C1F7A /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
@@ -114,6 +116,7 @@
114116
isa = PBXGroup;
115117
children = (
116118
D3481EED1EAA072C006FB4AE /* EffectResources */,
119+
D3969C021F1F0EB6006B3372 /* FilterResources */,
117120
D3190ACF1E7139F700121BAB /* AiyaEffectsSDK */,
118121
D3190ABB1E7108E400121BAB /* AppDelegate.h */,
119122
D3190ABC1E7108E400121BAB /* AppDelegate.m */,
@@ -217,6 +220,7 @@
217220
isa = PBXResourcesBuildPhase;
218221
buildActionMask = 2147483647;
219222
files = (
223+
D3969C031F1F0EB6006B3372 /* FilterResources in Resources */,
220224
D3190AC51E7108E400121BAB /* Assets.xcassets in Resources */,
221225
D3481EEE1EAA072C006FB4AE /* EffectResources in Resources */,
222226
D32161CE1ED05D6100BDEA99 /* AiyaCameraSDK.bundle in Resources */,
Binary file not shown.
Binary file not shown.

AiyaEffectsDemo/Assets.xcassets/lookup/ruddyLookup.imageset/Contents.json renamed to AiyaEffectsDemo/Assets.xcassets/bt_camera_style_filter.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "ruddyLookup.jpg",
65
"scale" : "1x"
76
},
87
{
98
"idiom" : "universal",
9+
"filename" : "[email protected]",
1010
"scale" : "2x"
1111
},
1212
{
Loading

AiyaEffectsDemo/Assets.xcassets/lookup/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)