mini-film 11.2.3

Apply Lightroom-style film emulation profiles to RAW files with RawTherapee and HALD workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod handle;
mod history;
mod model;
mod prelude;
mod preview;
mod publish;
mod scheduler;
mod server;
mod store;

#[cfg(test)]
mod tests;

pub(crate) use handle::start_review_server;
pub(crate) use model::{
    ReviewConfig, ReviewGalleryConfig, ReviewHandle, ReviewProfile, ReviewPublishCommandArgs,
};
pub(crate) use publish::run_review_publish;