--- ray/doc/notes/ReleaseNotes 2004/09/23 18:00:54 1.49 +++ ray/doc/notes/ReleaseNotes 2004/10/04 17:44:22 1.51 @@ -1330,3 +1330,11 @@ the details of his discovery. Enabled the -p option for primary conversion without tone-mapping in ra_bmp. Also provides for XYZE input conversion to RGB. + +Fixed what I consider a bug in pvalue -o when taking XYZE files on input, +where it was inappropriately undoing the exposure value so that it always +reported radiance rather than XYZ values with Y in cd/m^2. + +Made it so ra_bmp only produces run-length encoded 8-bit output for +grayscale images that are tone-mapped. This minimizes circumstances +under which output scanline order is reversed.