POV-Ray : Newsgroups : povray.unofficial.patches : Possible bug in Radiance HDR output code : Possible bug in Radiance HDR output code Server Time
14 May 2024 08:27:49 EDT (-0400)
  Possible bug in Radiance HDR output code  
From: Ray Gardener
Date: 3 Feb 2006 18:10:41
Message: <43e3e2f1$1@news.povray.org>
Line 393 of module hdr.cpp rev 1.16, MegaPOV 1.2,
function void HDR_Image::Write_Line(COLOUR *line_data):

    if (width < MINELEN | width > MAXELEN)

The '|' symbol might need to be '||'.

Ray Gardener
Daylon Graphics Ltd.


Post a reply to this message

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