@@ -5,6 +5,7 @@ This project compares AI-generated RawTherapee processing profiles (PP3) against
55## Project Structure
66
77Each example folder contains:
8+
89- Original RAW file from challenge
910- Base PP3 (created by opening RAW in RawTherapee without edits)
1011- ` ai.pp3 ` (AI-generated processing profile)
@@ -23,22 +24,24 @@ Each example folder contains:
2324
2425## Challenge Images Overview
2526
26- | Filename | Key Characteristics | Dynamic Range |
27- | --------------------------- | ------------------------------------------------------ | --------------- |
28- | IMG_0080.CR2 | Sunset, underexposed, high noise, 12Ev | 12 EV |
29- | 2010_MONTR_033.NEF | Mixed lighting ("Blue Horse"), deep whites/blacks | - |
30- | S7_00463.ARW | Low-light dance scene, artificial lighting, 16Ev | 16 EV |
31- | B.dng | Dull countryside scene, low contrast | - |
32- | IMGP2426.DNG | Sunset preservation, extreme underexposure, 14Ev | 14 EV |
33- | DSC5286.NEF | Cruise ship detail, motion blur, low contrast | - |
27+ | Filename | Key Characteristics | Dynamic Range |
28+ | ------------------ | ------------------------------------------------- | ------------- |
29+ | IMG_0080.CR2 | Sunset, underexposed, high noise, 12Ev | 12 EV |
30+ | 2010_MONTR_033.NEF | Mixed lighting ("Blue Horse"), deep whites/blacks | - |
31+ | S7_00463.ARW | Low-light dance scene, artificial lighting, 16Ev | 16 EV |
32+ | B.dng | Dull countryside scene, low contrast | - |
33+ | IMGP2426.DNG | Sunset preservation, extreme underexposure, 14Ev | 14 EV |
34+ | DSC5286.NEF | Cruise ship detail, motion blur, low contrast | - |
3435
3536## AI Processing Workflow
3637
37381 . ** Base PP3 Creation** :
39+
3840 - Open RAW file in RawTherapee 5.9+
3941 - Immediately save as base.pp3 without adjustments
4042
41432 . ** AI Profile Generation** :
44+
4245``` bash
4346# Example from /examples/1/ai.sh
4447#! /bin/bash
@@ -52,13 +55,15 @@ ai-pp3 IMG_0080.CR2 \
5255```
5356
5457** Requirements** :
58+
5559- RawTherapee 5.9+
5660- OpenRouter API key (for Gemini access)
5761- Basic command-line knowledge
5862
5963## Evaluation Methodology
6064
61651 . ** Technical Comparison** :
66+
6267``` bash
6368# Structural diff ignoring timestamps
6469diff -I ' \<Date\>' base.pp3 ai.pp3
@@ -72,8 +77,12 @@ awk -F= '/^[^#]/ {print $1}' ai.pp3 | sort | uniq -c
7277 - Histogram analysis of tone distribution
7378 - Zoomed inspection of noise patterns
7479
80+ ## License Information
81+
82+ All image materials in this folder are licensed under the CC BY-NC-SA 4.0 license.
83+
7584## Reference Materials
7685
77- - [ RawTherapee Processing Challenge] ( https://rawpedia.rawtherapee.com/Rawtherapee_Processing_Challenge_feedback )
78- - [ PP3 Sidecar Documentation] ( https://rawpedia.rawtherapee.com/Sidecar_Files_-_Processing_Profiles )
86+ - [ RawTherapee Processing Challenge] ( https://rawpedia.rawtherapee.com/Rawtherapee_Processing_Challenge_feedback )
87+ - [ PP3 Sidecar Documentation] ( https://rawpedia.rawtherapee.com/Sidecar_Files_-_Processing_Profiles )
7988- [ OpenRouter API] ( https://openrouter.ai/docs )
0 commit comments