LAB NOTEBOOK
Bartosz Pranczke

BP Photos

Rust · egui · wgpu · macOS & Linux

A small desktop app for trying presets on photos. Open a photo, see every preset applied to it, pick one, export. It's the preset browser from Lightroom and nothing else.

Everything runs on the GPU, so the preview and all the thumbnails update instantly.

BP Photos with a photo open and the presets recommended for it
A photo with the presets suggested for it.

What it does

Before/after comparison with the folder's filmstrip below
Before/after, with the folder's filmstrip.

Keyboard first

Everything is a key away, and a command palette (⌘K) covers the rest. [ and ] move through the folder, Y toggles before/after, ⌘S saves next to the original.

The command palette
The command palette.

And a command line

bp_photos apply --preset "Portra-ish" --size instagram-portrait *.heic --out insta/
bp_photos recommend photo.jpg

Lightroom's processing isn't public, so presets come out close to Lightroom, not identical.