--- ray/doc/notes/ReleaseNotes 2004/09/20 17:32:04 1.48 +++ ray/doc/notes/ReleaseNotes 2004/10/04 17:44:22 1.51 @@ -1327,3 +1327,14 @@ This was a serious mistake I made in the original mode undiscovered (at least to my knowledge) for over a decade. I think Bruce Walter of Cornell may have known about it, but I never heard 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.