UNPKG

ai-pp3

Version:

CLI tool combining multimodal AI analysis with RawTherapee's engine to generate optimized PP3 profiles for RAW photography

3 lines (2 loc) 255 B
import { P3GenerationParameters } from "./types.js"; export declare function generatePP3FromRawImage({ inputPath, basePP3Path, providerName, visionModel, verbose, keepPreview, prompt, sections, previewQuality, }: P3GenerationParameters): Promise<string>;