Gimp-Forum.net
Color Temperature - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Color Temperature (/Thread-Color-Temperature)



Color Temperature - dinasset - 12-06-2018

I was just thinking to apply inside a python filter a change in the color temperature of an image, as it can be done interactively, but I didn't see any pdb interface for this function.
Questions: 
-is it there and I simply didn't find it?
-if not, is there a simple routine to copy from someone else who did it? (in "simple" standard gimp python)
Thanks for any info


RE: Color Temperature - Ofnuts - 12-07-2018

The only one I know: http://luca.dealfaro.org/photography/Colortemp

It seems complicated because as far as I understand it it works in linear space. In 2.10 it could be simpler.


RE: Color Temperature - dinasset - 12-07-2018

(12-07-2018, 07:38 AM)Ofnuts Wrote: The only one I know: http://luca.dealfaro.org/photography/Colortemp

It seems complicated because as far as I understand it it works in linear space. In 2.10 it could be simpler.

Thanks Ofnuts.
Yes, I know this nice filter of Luca, and -in fact- I'm using that one currently. I hoped someone had implemented a simpler procedure based on Gimp 2.10 features, maybe in python.
It could be also a pdb version of the online procedure, but it seems nobody is more willing to enrich the pdb.
Thanks.