Discussion:
Looking for simplest code for adjusting color temperature
(too old to reply)
none) (Jim Graham
2019-03-05 06:05:15 UTC
Permalink
I'm looking for the simplest java code to load an image (assume either
jpg or png), possible as large as 6000x4000, and modify the image's color
temperature (aka white balance) using four different controls, for 1, 10,
100, and 1000 Kelvins to allow for both very rapid adjustments and very
fine ones.

Thanks,
--jim
--
THE SCORE: ME: 2 CANCER: 0 // Spooky (cat): 0 Cancer: 1
ICBM/Hurricane: 30.439947N 86.635177W < Running Linux Mint / Cinnamon >

Do not look into waveguide with remaining eye.
dale
2019-03-07 21:19:32 UTC
Permalink
Post by none) (Jim Graham
I'm looking for the simplest java code to load an image (assume either
jpg or png), possible as large as 6000x4000, and modify the image's color
temperature (aka white balance) using four different controls, for 1, 10,
100, and 1000 Kelvins to allow for both very rapid adjustments and very
fine ones.
Thanks,
--jim
how about this ...

https://stackoverflow.com/questions/11884544/setting-color-temperature-for-a-given-image-like-in-photoshop

<https://stackoverflow.com/questions/11884544/setting-color-temperature-for-a-given-image-like-in-photoshop>
--
dale - https://www.dalekelly.org/
Loading...