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) 211 B
export declare function validateFileAccess(filePath: string, mode: "read" | "write"): Promise<void>; export declare function handleFileError(error: unknown, filePath: string, operation: "read" | "write"): void;