The Persistence of Vision Raytracer (POV-Ray).
This is the Bug Tracking System for the POV-Ray project. Before opening a new task, please read How to make a Bug Report
Please do not issue bugs reports against versions earlier than 3.6.
FS#10 - Add support for specifying input images' gamma pre-correction
Opened by Christoph Lipka (clipka) - Friday, 08 May 2009, 21:53 GMT
Last edited by Christoph Lipka (clipka) - Tuesday, 15 September 2009, 11:17 GMT
|
DetailsInput image files may have been created with gamma pre-correction for some specific target gamma, which may vary from image to image. Some file formats like PNG or HDR support embedding gamma pre-correction information in the image file, but this information may be missing or faulty, and some formats don’t support it at all. Additionally, it may be desirable to tamper with an input image’s gamma for artistic reasons. Therefore, I suggest adding a means to explicitly specify input images’ originally intended target gamma on a per-image basis, like: image_map { jpeg "MyImage.jpg" assumed_gamma 1.8 }
|
Implemented with change #4890. Syntax requires some bit of finalizing.