Dear users,
I posted this in the general area but got the hint to post it here since this is more a forum for this.
I want to do a maxscript that retrieves me the hdri pixel information out of an exr or hdr-image. But the method getPixels() only retrieves the ldr information ( RGB888 ). What I need is 32bit per color channel ( RGBE 32323232 ) floating point.
Does anyone know how to code this?
Robert
I posted this in the general area but got the hint to post it here since this is more a forum for this.
I want to do a maxscript that retrieves me the hdri pixel information out of an exr or hdr-image. But the method getPixels() only retrieves the ldr information ( RGB888 ). What I need is 32bit per color channel ( RGBE 32323232 ) floating point.
Does anyone know how to code this?
Robert
Comment