Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KikyoMiao/beauty
仿美颜相机的美肤功能
https://github.com/KikyoMiao/beauty
Last synced: 3 months ago
JSON representation
仿美颜相机的美肤功能
- Host: GitHub
- URL: https://github.com/KikyoMiao/beauty
- Owner: KikyoMiao
- Created: 2015-07-21T03:32:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T03:55:47.000Z (5 months ago)
- Last Synced: 2024-06-20T17:14:51.964Z (5 months ago)
- Language: JavaScript
- Size: 4.46 MB
- Stars: 45
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - beauty
README
# 一键美肤功能--beauty #
首先 ~( ̄▽ ̄)~* 我们来分析下功能--拆解步骤就是
1. 复制图层
2. 图层模式滤色
3. 高斯模糊
4. 透明度降至75%
5. 调整图片饱和度
关于这里的公式可以搜Photoshop图层混合模式计算公式大全
里面可以查到各种算法(づ ̄ 3 ̄)づ最后是关于饱和度的实现啦
- 首先要把rgb转为hsv --->o(╯□╰)o 因为人家只搜到rgb转hsv的转换方法啦
- 然后捏调整饱和度我调了一米米 大家可以根据需要来改数值
- 最后再转为rgb就好了喵~o( =∩ω∩= )m