Forum: Poser Python Scripting


Subject: Can the Poser 7 Pro feature Gamma Correction be emulated in P7 or P6 with Python

MatrixWorkz opened this issue on May 05, 2008 · 61 posts


adp001 posted Tue, 06 May 2008 at 5:02 AM

Gamma correction can be done via postwork only. I'm working on a small Python app for very fast gamma correction on Poser images.

Advantages: Fast (.5 sec for an image 1024x768 on a standard machine). Each color (R,G,B) can be gamma corrected individually.  Color-intensity, brightness and contrast correction.
All parameters are saved between sessions. Good for series.

Should be in my free-stuff tomorrow.