photo-cinematic

Professional photo processing and cinematic color grading powered by Pillow + NumPy. Use when a user asks to: (1) Edit, enhance, or retouch photos, (2) Apply cinematic/film color grading, (3) Remove haze or improve clarity, (4) Adjust saturation, vibrance, or exposure, (5) Add light effects, vignette, or film grain. Triggers on keywords like: 调色/修图/照片处理/电影感/通透/去雾/饱和度/自然饱和度/色阶。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "photo-cinematic" with this command: npx skills add akira362680164/photo-cinematic

Photo Cinematic Editor

Cinematic photo processing toolkit with Pillow + NumPy. Supports HEIC/JPEG/PNG input.

Quick Start

# All-in-one cinematic processing (dehaze → grade → light → sharpen)
python3 scripts/photo_editor.py input.jpg output.jpg

# Custom pipeline
python3 scripts/photo_editor.py input.jpg output.jpg dehaze grade saturation=1.3 light sharpen

Effects Reference

EffectParamsDescription
dehazestrength=1.0Local contrast dehazing + clarity
gradestrength=1.0Cinematic S-curve + teal/orange split tone + glow + vignette
saturationsaturation=1.0Simple saturation multiplier
vibrancevibrance=1.0Smart saturation (boosts muted colors more)
levelsshadows=0 midtones=1.0 highlights=255Photoshop-style levels adjustment
lightstrength=1.0Warm light streaks + highlight boost
sharpenstrength=1.0Unsharp mask sharpening
blurstrength=1.0Gaussian blur (radius in pixels)

All params accept strength=N to control intensity.

Usage Examples

# Dehaze only
python3 scripts/photo_editor.py photo.jpg out.jpg dehaze

# Cinematic from scratch
python3 scripts/photo_editor.py photo.jpg out.jpg grade

# Vibrant cinematic
python3 scripts/photo_editor.py photo.jpg out.jpg dehaze grade saturation=1.2 light sharpen

# Soft natural look
python3 scripts/photo_editor.py photo.jpg out.jpg dehaze grade vibrance=0.85 light=0.6 sharpen

# Manual levels adjustment
python3 scripts/photo_editor.py photo.jpg out.jpg levels shadows=15 midtones=1.1 highlights=240 sharpen

Requirements

pip3 install Pillow numpy pillow-heif --break-system-packages

Scripts

  • scripts/photo_editor.py — Main editor with pipeline processing
  • scripts/cinematic_grade.py — V1 classic cinematic grading
  • scripts/cinematic_v2.py — V2 with dehaze + light texture

References

See references/photo-editing-guide.md for technique explanations and advanced workflows.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

批量图像处理工具

基于imutils库,实现图片批量旋转、缩放、平移、骨架化及图片列表列出功能,支持多场景图像处理。

Registry SourceRecently Updated
3750Profile unavailable
General

图片智能去重 - 递归全目录·安全回收站版

递归扫描全目录图片,自定义相似度,安全软删除至回收站,保留高清原图

Registry SourceRecently Updated
1921Profile unavailable
General

Photo

The Universal Imaging & Optical Sovereignty Protocol. A high-fidelity standard for the generation, authentication, and preservation of light-based and synthe...

Registry SourceRecently Updated
5700Profile unavailable
General

Baby Photo Book

Generate professional baby photo books from photos with intelligent layout. Automatically organizes photos by baby's age stages, applies smart layouts to min...

Registry SourceRecently Updated
1240Profile unavailable