ps 代码助手
- 作者仓库星标 5
- 许可证 MIT
- 作者仓库 00bx-photoshop-mcp
§6 BACKGROUND & PHOTO EFFECTS — 13 Recipes
6.1 BOKEH BACKGROUND
Soft brush dabs (800-1200px, opacity 15-30%, hardness 0) → apply_gaussian_blur(radius=8-15) → duplicate at 70% scale for depth
6.2 GRADIENT MESH BACKGROUND
3-5 pixel layers, each with single soft brush dab of different color → apply_gaussian_blur(radius=200-350) each → stack at 70-90% opacity
6.3 LIGHT LEAK / FLARE
Soft brush warm colors → apply_gaussian_blur(radius=80-120) → SCREEN 50-70%
6.4 CYBERPUNK / SYNTHWAVE GRADING
- Color balance: shadows → blue [0,0,50], highlights → pink [30,-10,-20]
- Levels: output_shadow=15
- Vibrance +30
6.5 RETRO / VINTAGE GRADING (faded blacks)
- Curves composite: [{0,30},{255,240}] — raised blacks + capped whites
- Curves red: [{0,12},{255,255}]
- Curves blue: [{0,35},{255,220}]
- Hue/Sat: saturation -25
- Photo filter: warm (236,138,0) density 22
apply_noise(amount=4, monochromatic=true)→ OVERLAY 35%
6.6 DUOTONE
add_gradient_map_adjustment_layer with 2 stops
Combos: Midnight Blue→Gold, Deep Purple→Pink, Dark Teal→Orange, Black→Cyan
6.7 DOUBLE EXPOSURE
Portrait + landscape → SCREEN 70-85% → mask to reveal face details
6.8 VIGNETTE
Method 1: lens_correction(vignette=-80, vignette_midpoint=40)
Method 2: ellipse select → invert → fill black → reduce opacity 40-60%
6.9 COLOR POP
Hue/sat -100 on top → paint black on mask over colored object
6.10 HDR EFFECT
S-curve + apply_high_pass OVERLAY 50% + vibrance +30 + shadows_highlights(shadow_amount=50, highlight_amount=30)
6.11 MINIATURE / TILT-SHIFT
Use apply_tilt_shift_blur tool directly, or: duplicate → apply_gaussian_blur(radius=15-25) → reflected gradient mask
6.12 SKIN RETOUCHING (frequency separation)
Low freq: Duplicate → apply_gaussian_blur(radius=6-10)
High freq: Duplicate original → apply_high_pass(radius=6-10) → LINEAR_LIGHT
Or use apply_image_composite tool for precise separation
6.13 DAY TO NIGHT
Curves pull highlights down → blue color balance → desat -30 → paint warm lights on SCREEN layer
§7 COLOR GRADING RECIPES
7.1 TEAL & ORANGE (cinematic)
Red channel curves: input 60→output 45, input 190→output 210 Green channel curves: input 75→output 70, input 180→output 185 Blue channel curves: input 50→output 75, input 200→output 175
7.2 JAPANESE ANIME STYLE
- S-curve on composite for contrast
- Blue shadows: +10 via color balance
- Selective Color → Reds: saturation +15, lightness +5
- Selective Color → Cyans: saturation +20
- Vibrance +20, saturation +5
7.3 MOODY BLUE
Blue shadows +40, desaturate -20, lower highlights via curves
7.4 WARM VINTAGE
Raise black point to 20, warm photo filter, desat -15
- 流狐分类
- 设计与多媒体
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @00bx · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Soft brush dabs (800-1200px, opacity 15-30%, hardness 0) → applygaussianblur(radius=8-15) → duplicate at 70% scale for depth
3-5 pixel layers, each with single soft brush dab of different color → applygaussianblur(radius=200-350) each → stack at 70-90% opacity
Soft brush warm colors → applygaussianblur(radius=80-120) → SCREEN 50-70%
Color balance: shadows → blue [0,0,50], highlights → pink [30,-10,-20] Levels: outputshadow=15 Vibrance +30
Curves composite: [{0,30},{255,240}] — raised blacks + capped whites Curves red: [{0,12},{255,255}] Curves blue: [{0,35},{255,220}]
addgradientmapadjustmentlayer with 2 stops Combos: Midnight Blue→Gold, Deep Purple→Pink, Dark Teal→Orange, Black→Cyan
# §6 BACKGROUND & PHOTO EFFECTS — 13 Recipes
## 6.1 BOKEH BACKGROUND
Soft brush dabs (800-1200px, opacity 15-30%, hardness 0) → `apply_gaussian_blur(radius=8-15)` → duplicate at 70% scale for depth
## 6.2 GRADIENT MESH BACKGROUND
3-5 pixel layers, each with single soft brush dab of different color → `apply_gaussian_blur(radius=200-350)` each → stack at 70-90% opacity
## 6.3 LIGHT LEAK / FLARE
Soft brush warm colors → `apply_gaussian_blur(radius=80-120)` → SCREEN 50-70%
## 6.4 CYBERPUNK / SYNTHWAVE GRADING
- Color balance: shadows → blue [0,0,50], highlights → pink [30,-10,-20]
- Levels: output_shadow=15
- Vibrance +30
## 6.5 RETRO / VINTAGE GRADING (faded blacks)
1. Curves composite: [{0,30},{255,240}] — raised blacks + capped whites
2. Curves red: [{0,12},{255,255}]
3. Curves blue: [{0,35},{255,220}]
4. Hue/Sat: saturation -25
5. Photo filter: warm (236,138,0) density 22
6. `apply_noise(amount=4, monochromatic=true)` → OVERLAY 35%
## 6.6 DUOTONE
`add_gradient_map_adjustment_layer` with 2 stops
**Combos:** Midnight Blue→Gold, Deep Purple→Pink, Dark Teal→Orange, Black→Cyan
## 6.7 DOUBLE EXPOSURE
Portrait + landscape → SCREEN 70-85% → mask to reveal face details
## 6.8 VIGNETTE
Method 1: `lens_correction(vignette=-80, vignette_midpoint=40)`
Method 2: ellipse select → invert → fill black → reduce opacity 40-60%
## 6.9 COLOR POP
Hue/sat -100 on top → paint black on mask over colored object
## 6.10 HDR EFFECT
S-curve + `apply_high_pass` OVERLAY 50% + vibrance +30 + `shadows_highlights(shadow_amount=50, highlight_amount=30)`
## 6.11 MINIATURE / TILT-SHIFT
Use `apply_tilt_shift_blur` tool directly, or: duplicate → `apply_gaussian_blur(radius=15-25)` → reflected gradient mask
## 6.12 SKIN RETOUCHING (frequency separation)
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> 6.1 BOKEH BACKGROUND → 6.2 GRADIENT MESH BACKGROUND → 6.3 LIGHT LEAK / FLARE → 6.4 CYBERPUNK / SYNTHWAVE GRADING → 6.5 RETRO / VINTAGE GRADING (faded blacks) → 6.6 DUOTONE
要点 -> Combos · Low freq · High freq · Red channel curves · Green channel curves · Blue channel curves
文件/命令 -> applygaussianblur(radius=8-15) · applygaussianblur(radius=200-350) · applygaussianblur(radius=80-120) · applynoise(amount=4, monochromatic=true) · addgradientmapadjustmentlayer · lenscorrection(vignette=-80, vignettemidpoint=40) · applyhighpass · shadowshighlights(shadowamount=50, highlightamount=30)
内容 SHA-256 -> 7839d72353b5
原文结构
适用与边界
原文中的明确线索
applygaussianblur(radius=8-15)、applygaussianblur(radius=200-350)、applygaussianblur(radius=80-120)、applynoise(amount=4, monochromatic=true)、addgradientmapadjustmentlayer、lenscorrection(vignette=-80, vignettemidpoint=40)、applyhighpass、shadowshighlights(shadowamount=50, highlightamount=30)