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

Manipulating multiple images: slider values are applied incorrectly #8

Open
JFHoelscher opened this issue Nov 23, 2021 · 1 comment

Comments

@JFHoelscher
Copy link

When manipulating multiple images, different values of the same sign for a setting result in the same outcome.
For example: Enter {"export_format":"PNG", "Settings":{"Contrast":[-100, -50, 0, 50, 100]}} in imageIteratorSettings.json, open Lightroom, select multiple Images (I tested it with 10 images) and apply the Plugin. The resulting images for Contrast -50, 0 and 50 will look different; But the result for Contrast -50 will be the same (i.e. all pixel values are the same) as for -100, and the result for 50 the same as for 100. This problem does not occur if you select only one image.

@JFHoelscher
Copy link
Author

Two images are in fact enough to reproduce the problem.

JFHoelscher referenced this issue in JFHoelscher/teamproject-photography-1 Nov 23, 2021


For intended values different from 0, settings were not set to the intended value, but the intended value was added to the old value. This is fixed by resetting the value to 0 before the adjustment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant