photographi_cull_photographs
Automatically identifies and organizes low-quality photographs by moving them to a separate folder or tagging them with XMP sidecar files based on configurable quality thresholds.
Instructions
Culls low-quality images by moving them to a 'culled_photos' subfolder. Images ABOVE the threshold (default 0.4) stay in the original folder. Images BELOW the threshold are moved to culled_photos/. Processes 100 images per call by default. Use 'limit' and 'offset' for pagination. Mode options: 'move' (default), 'xmp' (sidecar tagging), or 'both'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| threshold | No | Overall score threshold (0.0-1.0). Images below this are culled. | |
| mode | No | Action to perform: 'move' (files to subfolder), 'xmp' (sidecar tags only), or 'both'. | move |
| enable_subject_detection | No | ||
| limit | No | Number of images to process in this batch. | |
| offset | No | Pagination offset. | |
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |