ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/ReleaseNotes
(Generate patch)

Comparing ray/doc/notes/ReleaseNotes (file contents):
Revision 1.26 by greg, Thu Jan 1 19:31:45 2004 UTC vs.
Revision 1.28 by greg, Fri Jan 30 00:08:31 2004 UTC

# Line 1190 | Line 1190 | doubles, respectively.
1190  
1191   Changed meta2tga to output correct colors.
1192  
1193 ****** COMPATIBILITY CHANGE ********
1193   Changed local coordinate index from 32-bits to 16-bits, which requires
1194 < that Radiance mesh files be recompiled.
1194 > that Radiance mesh files be recompiled.  (Later decided against this
1195 > change, as it caused problems with some models.)
1196  
1197   Changed integer tone-mapping routines to better deal with images
1198   containing large, constant regions.
# Line 1238 | Line 1238 | Changed the following command names to avoid conflicts
1238          calc -> icalc
1239          lam -> rlam
1240          gencat -> gencatenary
1241 +
1242 + Improved -f option of normpat, which caused odd color changes before.
1243 +
1244 + Created pgblur script which does fast Gaussian blur of image without changing
1245 + its dimensions.  This is very useful in certain types of image processing
1246 + calculations, such as finding or removing low frequencies.
1247 +
1248 + ****** COMPATIBILITY CHANGE ********
1249 + Changed little-used objpict script so that it takes scene files rather than
1250 + rpict options on the command line, and puts everything into the right
1251 + coordinate position automatically rather than requiring the user to do it.
1252 +
1253 + Added -I option to replmarks for mesh instancing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines