-
Notifications
You must be signed in to change notification settings - Fork 1
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
JPEG: Process Files does not seem to adjust brightness #4
Comments
I have not seen this part of the code but is there any brightness adjustment in the code? The RAW workflow relies on RT or ACR to do the real work. |
Process8bit in ProjectLS.cs. Seems to be correct at a glance - but output files end up with identical brightness. Infact, if I give the output files back as input, the new output files are bit-exact! |
It seems to call Bitmap.Save(savePath) - I guess it is expected to work only for BMP! |
It supports only BMP flow. |
Even in BMP the output data doesn't seem to change |
That might just be true. I had run the the output images back through this software and got the same brightness curve. I'll look into this. The output file extension seems to change as you change the 'Output file' in settings but that doesn't mean anything. I miss the file command here on Windows. |
On Sun, Jun 19, 2016 at 11:24 PM, Vishal Prabhu [email protected]
Install MSYS2. Installation steps at Then, "pacman -Syu file" Chaitanya S. Ghone |
No description provided.
The text was updated successfully, but these errors were encountered: