POV-Ray : Newsgroups : povray.binaries.images : Image editor skews colors of rendered image : Re: Image editor skews colors of rendered image Server Time
11 Aug 2024 07:14:05 EDT (-0400)
  Re: Image editor skews colors of rendered image  
From: Francois Labreque
Date: 13 Apr 2004 23:18:31
Message: <407cad87$1@news.povray.org>
Program ended abnormally on 13/04/2004 22:08, Due to a catastrophic Greg M. 
Johnson error:
> "Francois Labreque" <fla### [at] videotronca> wrote in message
> news:407c9c17$1@news.povray.org...
> 
>>Gamma correction?
>>
> 
> 
> 
> Uh, please elaborate, assuming I'm a complete idiot.

http://www.povray.org/documentation/view/216/

I'm sure that the resident lighting gurus would be better than I am to explain 
the reasons why, but basically, many monitors do not display colors the same way 
so an image that looks fine on your monitor could look too dark on a laptop or 
mac.  POV has two settings to make sure that the files look the same to everyone:

assumed_gamma (takes color correction into account when rendering the file. That 
value is saved in .png and .tga files, but not .jpg or .bmp - try changing the 
output format of your image to see if they come out differently.)

display_gamma (will correct the colors so that they look good on *your* monitor).

My guess is that the other softwares you used had different values for gamma 
correction (or none) and that's why your seeing the different colors.

P.S.:  I've never had the chance to tell you, but I love your photo in 
Bluepages.  ;-)
-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.