--- ray/doc/notes/ReleaseNotes 2004/03/01 17:49:38 1.29 +++ ray/doc/notes/ReleaseNotes 2004/03/26 03:11:50 1.32 @@ -1255,3 +1255,13 @@ Added -I option to replmarks for mesh instancing. Made similar change for virtual sources to allow modifiers and aliases on the mirror and prism types to work properly. + +Rob Guglielmetti dded -lw and -lh options to falsecolor to control the +legend dimensions. Made it so -lw 0 and/or -lh 0 turns legend off. + +Made it so pcompos will read everything from a stream even if it doesn't +need it, so input commands will not receive a hangup signal. + +Wrote ra_bmp program to convert to and from Windows BMP files (finally). +It's a nasty format in so many ways -- I don't yet support conversion +from compressed 8-bit or 4-bit modes, but may in the near future.