|
|
POV-Ray has problems using incomplete png images (like generated with
partial/interrupted renders) in image maps, heightfields, etc.
It reports:
Parse Error: Cannot read PNG image.
Observed with WinPOV 3.5, K6/500, WinNT 4
The reason is that it uses the 'png_read_image()' function from libpng.
Reading the image line by line with 'png_read_row()' like it is done for
continuing an interrupted trace (renderio.cpp, function
'Read_Rendered_Part()') should solve the problem.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 31 Dec. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|