Page 1 of 2
Tonemapping GUI
Posted: Mon Feb 12, 2007 7:14 pm
by OnoSendai
As much as it pains me to work on GUIs, I've started a tonemapping program.
I'm using a custom image file format (igi = indigo image) which uses 32 bit floats per channel, so doesn't suffer from precision loss like exr.
Also it has some indigo-specific metadata.
I'll probably release the spec for the igi format.
So here's a shot:
Will throw it up for download soonish.
Thoughts?
p.s. The GUI toolkit is wxWindows, so it's cross-platform.

Posted: Mon Feb 12, 2007 7:42 pm
by Kosmokrator
very good Ono and thnx!!!yes radiance bloom its good idea....
Posted: Mon Feb 12, 2007 8:13 pm
by CTZn
That will come in handy Ono !
Is it meant to be interactive ? Pre or post rendering ?
Posted: Mon Feb 12, 2007 8:50 pm
by OnoSendai
Yes, it's interactive, for post rendering time
Posted: Mon Feb 12, 2007 11:20 pm
by manitwo
Posted: Mon Feb 12, 2007 11:46 pm
by CTZn
I just found that with Indigo v7t4, a good setting for burn is twice the pre-scale. I let post-scale at 1.
Code: Select all
<tonemapping>
<reinhard>
<pre_scale>8</pre_scale>
<post_scale>1</post_scale>
<burn>16</burn>
</reinhard>
</tonemapping>
raw png 1.3MB, 1411 samples/pixel
Ooops nevermind Ono !
Reinhard has to be set to a default prior to rendering the pic ? Or it works on untonemapped images ?
Posted: Tue Feb 13, 2007 12:37 am
by afecelis
ahhhhh! cool!

me likes these new directions Indigo is taking.

Posted: Tue Feb 13, 2007 5:44 am
by Deus
Ono while you are at it throw in Light blending aswell.
/ D
Posted: Tue Feb 13, 2007 5:47 am
by zsouthboy
That will be great when I let something render forever, and then it's JUST not quite right, I've burned the highlights too much, or something.
And Ono, since you hate GUIs, you could've just released the IGI spec, and one of us here could've thrown something together to work

Posted: Tue Feb 13, 2007 6:49 am
by VictorJapi
Deus wrote:Ono while you are at it throw in Light blending aswell.
/ D
Maybe if the developer of the Yellow project take the IGI format it could be done

. Anyway an 'official' support of this would be great

Posted: Tue Feb 13, 2007 8:41 am
by VictorJapi
A command line option would be great too (i mean a option, no remove the current GUI) , something like
"tonemappinggui myownigi.igi tonemappedfile.png -p1 3 -p2 3 -b 2"
to put it in a .bat and process all frames of one animation.
Yeahhhh
Posted: Tue Feb 13, 2007 8:43 am
by tungee
Posted: Tue Feb 13, 2007 8:44 am
by arneoog
Posted: Tue Feb 13, 2007 10:00 pm
by playmesumch00ns
What would be really cool is if you had direct rendering to that gui with an image catalogue and some other basic image processing operations (exposure, contrast etc)... oh and do it on the gpu too!
Posted: Wed Feb 14, 2007 5:01 pm
by Zom-B
Oh this is so awesome!!!
But finally a question:
Why did you integrated this functionality to the rendering window,
that at this time only displays the rendering image without any other functions?
Ok, the main "problem" would (perhaps) be the extra RAM use, by having the igi File opened all the Time...
but integrating such a GUI system into Indigo wouldkeep all functionality packaged and some future ideas
(like changing internal Indigo Parameters on the fly, or even change from unbaised to semi baised algorithms
to fokus Indigo rendring Power on some area defined by a Lasso etc. !!!!!)
Think about it dude
And one 1001 thanks for your über l33t work!!!!
**EDIT**
Some Infos about Rendertime, Muts per second etc. that could be saved in the .igi file could be displayed too, categorized by the resumed render aproaches.... with infos about render machine/network etc.