What problem does it solve?
This Skill helps reverse-engineer programmatically-generated ray-traced or path-traced images to recover scene and renderer parameters so practitioners can reproduce or closely match target renders.
Core Features & Use Cases
- Image parameter extraction: Systematic pixel sampling and analysis to infer camera pose, object positions, material properties, and lighting.
- Iterative renderer tuning: Guidance on downscaled testing, parameterization of the renderer, and component-by-component verification before full-resolution renders.
- Validation and metrics: Emphasis on implementing exact similarity metrics, estimating render time, and verifying output file formats to achieve high-fidelity matches.
- Use Case: Given a target high-resolution render, produce a parameterized scene and renderer configuration that attains a 0.99+ similarity score after iterative tuning.
Quick Start
Analyze the target image, extract camera, geometry, materials, and lighting parameters, and propose a low-resolution test plan with renderer settings to reproduce the image.