Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC/WIP] Move overexposed before colorout #8051

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/iop_order.c
Expand Up @@ -248,10 +248,10 @@ const dt_iop_order_entry_t v30_order[] = {
{ {67.0f }, "splittoning", 0}, // creative module
{ {68.0f }, "vignette", 0}, // creative module
{ {69.0f }, "colorreconstruct", 0},// try to salvage blown areas before ICC intents in LittleCMS2 do things with them.
{ {69.5f }, "overexposed", 0},
{ {70.0f }, "colorout", 0},
{ {71.0f }, "clahe", 0},
{ {72.0f }, "finalscale", 0},
{ {73.0f }, "overexposed", 0},
{ {74.0f }, "rawoverexposed", 0},
{ {75.0f }, "dither", 0},
{ {76.0f }, "borders", 0},
Expand Down