10 | #import "AppDelegate.h"
11 |
12 | int main(int argc, char * argv[]) {
13 | @autoreleasepool {
14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # MetalImage
2 |
3 | A GPU-Accelerated Framework for Images, Videos in iOS.This framework is based on BradLarson's GPUImage, and using the Apple Metal to accelerate, different from GPUImage by OpenGL ES.
4 |
5 | Author: Feng Shi
6 |
7 | Email : redpark@qq.com
8 |
9 | # Technical requirements
10 | Metal Framework: Applications using this will run on arm64 iOS devices only.
11 | iOS 9.0 SDK to build.
12 | Devices must have a camera to use camera-related functionality (obviously).
13 |
14 | # License
15 | MIT License
16 |
17 | Copyright (c) 2017 Fengshi
18 |
19 | Permission is hereby granted, free of charge, to any person obtaining a copy
20 | of this software and associated documentation files (the "Software"), to deal
21 | in the Software without restriction, including without limitation the rights
22 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 | copies of the Software, and to permit persons to whom the Software is
24 | furnished to do so, subject to the following conditions:
25 |
26 | The above copyright notice and this permission notice shall be included in all
27 | copies or substantial portions of the Software.
28 |
29 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 | SOFTWARE.
36 |
--------------------------------------------------------------------------------
/privacypolicy.html:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 | PRIVACY POLICY
10 |
11 |
12 | PRIVACY POLICY
13 |
14 | Effective Date: March 6, 2020
15 |
16 |
17 | Welcome to HuiGram Labs, Inc ("Company", "we", "us" or "our"), a mobile technology company specializing in computer vision and deep learning related products.
18 |
19 |
20 | HuiGram, this app, runs on devices, and will never cast an internet connection. We will never collect your any information.
21 |
22 |
23 | Contact: Feng Shi, +086-18621699994
24 |
25 |
26 | Address: Room 27-402, No.88 Wanyuan Rd., Dianshanhu Twon, The city of Kunshan, Jiangsu province, China.
27 |
28 |
29 | Email: redpark@qq.com
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------