Denoise Integration
FLOGVIT.culling connects to external denoise tools so you can send images for noise reduction directly from your culling workflow — without switching apps or moving files around manually.
Supported Tools
FLOGVIT.culling can integrate with any denoise tool that supports file-based processing, including:
- Topaz DeNoise AI
- DxO PureRAW
- Other tools that watch a folder or accept command-line input
How It Works
- Select an image (or multiple images)
- Right-click → Send to Denoise and choose your tool
- FLOGVIT.culling exports the image to the denoise tool's input folder
- The tool processes the image
- FLOGVIT.culling detects the result and imports it back automatically
You continue culling while the denoise runs in the background. A notification appears when processing is complete.
Setting Up
Configure your denoise tools in Settings → External Tools:
- Name — Display name (e.g., "Topaz DeNoise")
- Input path — Where to send images for processing
- Output path — Where the tool saves results (FLOGVIT.culling watches this folder)
- Command (optional) — Command to run after placing the file (for CLI-based tools)
Via the API
Send images to denoise programmatically:
POST /api/v1/denoise
{
"image_id": "abc123",
"tool": "topaz"
}
Check status:
GET /api/v1/denoise/status
Batch Denoise
Select multiple images and send them all to denoise at once. The queue is processed in order, and you can track progress in the status bar.
Workflow Example
A typical high-ISO event workflow:
- Import from card
- Cull and rate your selects
- Filter to picks (Option+P)
- Select all → Send to Denoise
- Continue working on metadata while denoise runs
- Denoised versions appear automatically when done