The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Christoph Lipka - 2011-01-03
Last edited by Christoph Lipka - 2011-12-05
Opened by Christoph Lipka - 2011-01-03
Last edited by Christoph Lipka - 2011-12-05
FS#185 - wrong message about image resolution
‘povray -H10 -W20 myscene.pov’ will generate a file with a picture 10 pixels high and 20 pixels wide, BUT in the message pane it displays
Image resolution.....20 by 10 (rows 1 to 20, columns 1 to 10)
instead of
Image resolution.....20 by 10 (rows 1 to 10, columns 1 to 20)
or
Image resolution.....20 by 10 (columns 1 to 20, rows 1 to 10)
Error only occurred when rendering the whole image (i.e. when +sc/+sr/+ec/+er were not used).
fixed with change #5336
Yes, Fixed, excepted for –benchmark which remains " Image resolution.....512 by 512 (rows 1 to 1, columns 1 to 1)."
(RC2/#5347 from source on Linux 64bits)
Does it really matter ?
Has this changed with RC3?
Well, the benchmark is still 1 to 1 & 1 to 1 in its report.
yes ... I can confirm:
Image Output Options
should be fixed with change #5481
yes ... pulled change and we're good to go now