POV-Ray

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.

Tasklist

FS#10 - Add support for specifying input images' gamma pre-correction

Attached to Project: POV-Ray
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
Task Type Feature Request
Category Backend → Parser/SDL
Status Investigating
Assigned To Christoph Lipka (clipka)
Operating System All
Severity Medium
Priority Normal
Reported Version 3.7 beta 32
Due in Version Undecided
Due Date Undecided
Percent Complete 80%
Votes 0
Private No

Details

Input 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 }
This task depends upon

Comment by Christoph Lipka (clipka) - Thursday, 17 September 2009, 23:00 GMT

Implemented with change #4890. Syntax requires some bit of finalizing.

Loading...