-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from ZhengzhongSun/patch-1
Update README_CN
- Loading branch information
Showing
1 changed file
with
58 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<p align="center"> | ||
<a href="https://gpupixel.pixpark.net/guide/intro">编译</a> | ||
<span> · </span> | ||
<a href="https://reactnative.dev/docs/tutorial">Demo</a> | ||
<a href="https://reactnative.dev/docs/tutorial">示例</a> | ||
<span> · </span> | ||
<a href="https://reactnative.dev/showcase">集成</a> | ||
</p> | ||
|
@@ -19,82 +19,81 @@ | |
<a href="https://github.com/pixpark/gpupixel/stargazers"><img alt="GPUPixel Stars" src="https://img.shields.io/github/stars/pixpark/gpupixel?style=social"/></a> | ||
<a href="https://github.com/pixpark/gpupixel/releases/latest"><img alt="GPUPixel Release" src="https://img.shields.io/github/v/release/pixpark/gpupixel"/></a> | ||
<a href="#"><img alt="GPUPixel Stars" src="https://img.shields.io/badge/Platform-iOS_%7C_Android_%7C_Mac_%7C_Win_%7C_Linux-red"/></a> | ||
<a href="https://github.com/pixpark/gpupixel/actions/workflows/cmake-multi-platform.yml"><img src="https://github.com/pixpark/gpupixel/actions/workflows/cmake-multi-platform.yml/badge.svg"></a> | ||
<a href="https://github.com/pixpark/gpupixel/blob/main/LICENSE"><img alt="GPUPixel Stars" src="https://img.shields.io/github/license/pixpark/gpupixel"/></a> | ||
</p> | ||
|
||
--- | ||
<p align="center"> | ||
<a href="https://trendshift.io/repositories/7103" target="_blank"><img src="https://trendshift.io/api/badge/repositories/7103" alt="pixpark%2Fgpupixel | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> | ||
</p> | ||
|
||
> Welcome to join us to make GPUPixel better by participating [discussions](https://github.com/pixpark/gpupixel/discussions), opening [issues](https://github.com/pixpark/gpupixel/issues/new/choose), submitting [PRs](https://github.com/pixpark/gpupixel/pulls). 👏 | ||
--- | ||
|
||
## 简介 ## | ||
> 欢迎加入我们,通过参与[讨论](https://github.com/pixpark/gpupixel/discussions)、创建[问题](https://github.com/pixpark/gpupixel/issues/new/choose)、提交[PRs](https://github.com/pixpark/gpupixel/pulls),让GPUPixel变得更好。👏 | ||
⛰️ GPUPixel是一个使用C++11编写的高性能图像和视频AI美颜效果库,非常容易编译和集成,并且库文件非常小。 | ||
## 简介 | ||
|
||
🔑 它是基于GPU的,并且带有内置的美颜效果滤镜,可以实现商业级别的效果。 | ||
⛰️ GPUPixel是一个实时、高性能图像和视频AI美颜效果库,非常容易编译和集成,并且库文件非常小。 | ||
|
||
🔌 它支持的平台包括iOS、Mac和Android,理论上可以移植到任何支持OpenGL/ES的平台。 | ||
🔑 它是使用C++11编写的,基于OpenGL/ES,并且带有内置的美颜效果滤镜,可以实现商业级别的效果。 | ||
|
||
🔌 它支持的平台包括`iOS`、`Android`、`Mac`、`Win`和`Linux`,理论上可以移植到任何支持OpenGL/ES的平台。 | ||
|
||
## 效果 | ||
## 效果预览 | ||
👉 **视频: <a href="https://youtu.be/9BY1Qx1NEPs" target="_blank">YouTube</a> | <a href="https://www.bilibili.com/video/BV1xQ4y1L7Fh/?share_source=copy_web&vd_source=46adcb1014fa989cfcbb4cc1e866831e" target="_blank">BiliBili</a>** | ||
|
||
|
||
| **原图** | **磨皮** | **美白** | **ThinFace** | | ||
| **原图** | **磨皮** | **美白** | **瘦脸** | | ||
| :--------------------------------: | :------------------------------------: | :----------------------------------: | :------------------------------------: | | ||
| ![origin](./docs/image/origin.gif) | ![smooth](./docs/image/smooth.gif) | ![white](./docs/image/white.gif) | ![thinface](./docs/image/thinface.gif) | | ||
| **大眼** | **口红** | **腮红** | **开 | 关** | | ||
| **大眼** | **口红** | **腮红** | **开关** | | ||
| ![bigeye](./docs/image/bigeye.gif) | ![lipstick](./docs/image/lipstick.gif) | ![blusher](./docs/image/blusher.gif) | ![on-off](./docs/image/on-off.gif) | | ||
|
||
## 架构流程 | ||
![](./docs/image/arch-en.svg) | ||
|
||
## 特性对比 | ||
|
||
此表比较了**GPUPixel**、**GPUImage**和**Android GPUImage**支持的功能: | ||
|
||
✅: 支持 | ❌: 不支持 | ✏️: 计划中 | ||
|
||
| | [GPUPixel](https://github.com/pixpark/gpupixel) | [GPUImage](https://github.com/BradLarson/GPUImage) | | ||
| :---------------- | :---------------------------------------------: | :------------------------------------------------: | | ||
| 🍎**滤镜:** | ✅ | ❌ | | ||
| 磨皮 | ✅ | ❌ | | ||
| 美白 | ✅ | ❌ | | ||
| 瘦脸 | ✅ | ❌ | | ||
| 大眼 | ✅ | ❌ | | ||
| 口红 | ✅ | ❌ | | ||
| 腮红 | ✅ | ❌ | | ||
| 内建滤镜 | ✅ | ✅ | | ||
| 🍓**输入格式:** | | | | ||
| YUV420P(I420) | ✅ | ❌ | | ||
| RGBA | ✅ | ✅ | | ||
| JPEG | ✅ | ✅ | | ||
| PNG | ✅ | ✅ | | ||
| NV21(for Android) | ✏️ | ❌ | | ||
| 🍉**输出格式 :** | | | | ||
| RGBA | ✅ | ✅ | | ||
| YUV420P(I420) | ✅ | ❌ | | ||
| 🥑**平台系统:** | | | | ||
| iOS | ✅ | ✅ | | ||
| Mac | ✅ | ✅ | | ||
| Android | ✅ | ❌ | | ||
| Win | ✅ | ❌ | | ||
| Linux | ✅ | ❌ | | ||
|
||
|
||
## 系统最低版本 | ||
| OS | iOS | OSX | Android | Windows | Linux | | ||
| :--------------------: | :---: | :---: | :----------: | :-----: | :---: | | ||
| Min Support OS Version | 10.0 | 10.13 | 5.0 (API 21) | - | - | | ||
| | [GPUPixel](https://github.com/pixpark/gpupixel) | [GPUImage](https://github.com/BradLarson/GPUImage) | [Android-GPUImage](https://github.com/cats-oss/android-gpuimage) | | ||
| :-------------------- | :---------------------------------------------: | :------------------------------------------------: | :----------------------------------------------------------: | | ||
| 📷 **滤镜:** | ✅ | ❌ | ❌ | | ||
| 磨皮 | ✅ | ❌ | ❌ | | ||
| 美白 | ✅ | ❌ | ❌ | | ||
| 瘦脸 | ✅ | ❌ | ❌ | | ||
| 大眼 | ✅ | ❌ | ❌ | | ||
| 口红 | ✅ | ❌ | ❌ | | ||
| 腮红 | ✅ | ❌ | ❌ | | ||
| 内建滤镜 | ✅ | ✅ | ✅ | | ||
| 🎬 **输入格式:** | | | | | ||
| YUV420P(I420) | ✅ | ❌ | ❌ | | ||
| RGBA | ✅ | ✅ | ✅ | | ||
| JPEG | ✅ | ✅ | ✅ | | ||
| PNG | ✅ | ✅ | ✅ | | ||
| NV21(for Android) | ✏️ | ❌ | ❌ | | ||
| 🎥 **输出格式:** | | | | | ||
| RGBA | ✅ | ✅ | ✅ | | ||
| YUV420P(I420) | ✏️ | ❌ | ❌ | | ||
| 💻 **平台系统:** | | | | | ||
| iOS | ✅ | ✅ | ❌ | | ||
| Mac | ✅ | ✅ | ❌ | | ||
| Android | ✅ | ❌ | ✅ | | ||
| Win | ✅ | ❌ | ❌ | | ||
| Linux | ✅ | ❌ | ❌ | | ||
|
||
## 性能 | ||
### iPhone | ||
| - | iPhone 6P | iPhone 8 | iPhone X | iPhone 11 | iPhone 14 pro | | ||
| :------------: | :-------: | :------: | :------: | :-------: | :-----------: | | ||
| **CPU** | 5% | 5% | 3% | 3% | 3% | | ||
| **Time Taken** | 10ms | 4ms | 3ms | 3ms | 3ms | | ||
| **耗时** | 10ms | 4ms | 3ms | 3ms | 3ms | | ||
### Android | ||
| - | Xiaomi 10 | Huawei Mate30 | Vivo | SAMSUNG | Google Pixel | | ||
| :--------: | :-------: | :-----------: | :---: | :-----: | :----------: | | ||
| CPU | 3% | 5% | - | - | - | | ||
| Time Taken | 6ms | 5ms | - | - | - | | ||
| 耗时 | 6ms | 5ms | - | - | - | | ||
|
||
## 库体积 | ||
|
||
|
@@ -104,24 +103,29 @@ | |
|
||
|
||
## 开始之前 | ||
⭐️ 老铁给个星星,求点赞! | ||
⭐️ 老铁给个星星,求点赞!您也可以第一时间收到新版本的通知! | ||
|
||
![](./docs/image/give-star.gif) | ||
|
||
|
||
## 快速开始 | ||
|
||
查看文档: [简介](https://gpupixel.pixpark.net/zh/guide/build) | [编译](https://gpupixel.pixpark.net/zh/guide/build) | [示例](https://gpupixel.pixpark.net/zh/guide/demo) | [集成](https://gpupixel.pixpark.net/zh/guide/integrated) | ||
查看文档:[简介](https://gpupixel.pixpark.net/zh/guide/build) | [编译](https://gpupixel.pixpark.net/zh/guide/build) | [示例](https://gpupixel.pixpark.net/zh/guide/demo) | [集成](https://gpupixel.pixpark.net/zh/guide/integrated) | ||
|
||
## 参与贡献 | ||
|
||
欢迎参与此项目,贡献代码,同时希望通过在社交媒体分享 GPUPixel 项目来支持本项目 👏🏻. | ||
欢迎加入我们,通过参与[讨论](https://github.com/pixpark/gpupixel/discussions)、创建[问题](https://github.com/pixpark/gpupixel/issues/new/choose)、提交[PRs](https://github.com/pixpark/gpupixel/pulls),让GPUPixel变得更好。 | ||
|
||
同时,希望您可以通过在社交媒体、活动、会议上分享GPUPixel来支持本项目。 | ||
|
||
## 贡献者 | ||
|
||
[![](https://opencollective.com/gpupixel/contributors.svg?width=890&button=false)](https://github.com/pixpark/gpupixel/graphs/contributors) | ||
|
||
## 联系 & 支持 | ||
- [Doc](https://gpupixel.pixpark.net/): 在线文档. | ||
- [Issues](https://github.com/pixpark/gpupixel/issues/new/choose): Github Issues | ||
- [Mail](mailto:[email protected]?subject=[GitHub] Questions%20About%20GPUPixel) 👉:向我们发送邮件 | ||
- [添加微信]() 👉: | ||
- [文档](https://gpupixel.pixpark.net/):在线文档。 | ||
- [提问](https://github.com/pixpark/gpupixel/issues/new/choose):👉 Github问题。 | ||
- [邮件](mailto:[email protected]?subject=[GitHub]Questions%20About%20GPUPixel):👉 向我们发送邮件。 | ||
- [微信](): | ||
<p align="center"> | ||
<img src="./docs/image/wechat.png" alt="wechat" width="60%"/> | ||
</p> | ||
|
@@ -133,6 +137,5 @@ | |
3. [AwemeLike](https://github.com/ZZZZou/AwemeLike) | ||
4. [VNN](https://github.com/joyycom/VNN) | ||
|
||
## License | ||
This repository is available under the [MIT License](https://github.com/pixpark/gpupixel?tab=MIT-1-ov-file#readme). | ||
|
||
## 许可证 | ||
此开源项目遵从[MIT许可证](https://github.com/pixpark/gpupixel?tab=MIT-1-ov-file#readme)。 |