GPUPixel

Weekly Pick

GPUPixel是一个由C++11编写的高性能图像和视频处理库,基于GPU,内置美颜特效滤镜,效果可以达到商业级别。支持iOS、Mac、Android平台,未来还会支持Windows和鸿蒙。提供磨皮、美白、瘦脸、大眼、口红、腮红等效果,适用于直播和WebRTC等音视频场景。

Check out GPUPixel on CurateClick

• Copy the embed code to showcase this product on your website

• Share on X to spread the word about this amazing tool

项目地址:https://github.com/pixpark/gpupixel## 简介1. GPUPixel是一个由C++11编写的高性能图像和视频处理库, 基于GPU, 内置美颜特效滤镜, 效果可以达到商业级别。2. 支持的平台包括iOS, Mac, Android, 未来还会支持Windows和鸿蒙。3. 支持的效果包括:磨皮、美白、瘦脸、大眼、口红、腮红等4. 便于为直播和WebRTC等音视频场景提供美颜滤镜能力,代码完全开源.## 效果预览👉 视频: <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> <img width="629" alt="Xnip2024-01-16_23-34-17" src="https://github.com/ruanyf/weekly/assets/15272757/917ade54-6504-4260-b4fd-d6fbf79b5960">## 处理流程image## 与GPUImage对比✅: 支持 | ❌: 不支持 | ✏️: 计划| | GPUPixel | GPUImage || :-------------------- | :------------------------------------------------: | :---------------------------------------------: || Filters: | ✅ | ❌ || Skin Smoothing Filter | ✅ | ❌ || Skin Whitening Filter | ✅ | ❌ || Face Slimming Filter | ✅ | ❌ || Big Eyes Filter | ✅ | ❌ || Lipstick Filter | ✅ | ❌ || Blush Filter | ✅ | ❌ || More Build in Filter | ✅ | ✅ || Input Formats: | | || YUV420P(I420) | ✅ | ❌ || RGBA | ✅ | ✅ || JPEG | ✅ | ✅ || PNG | ✅ | ✅ || NV21(for Android) | ✏️ | ❌ || Output Formats: | | || RGBA | ✅ | ✅ || YUV420P(I420) | ✏️ | ❌ || Platform: | | || iOS | ✅ | ✅ || Mac | ✅ | ✅ || Android | ✅ | ❌ || Win | ✏️ | ❌ || Linux | ❌ | ❌ |