1. We cut coverage of tone mapping from the second edition of the book (needed to free up space for new content, also there are good books on HDR/tone mapping now.)
2. There are quite a few good toolkits with tone mapping algorithm implementations now--much better than those in pbrt-v1. For example: http://pfstools.sourceforge.net/ and http://scanline.ca/exrtools/.
So pbrt either writes out un-tonemapped HDR EXR files (like in pbrt-v1, where the tone mapping pipeline was only used by the exrtotiff program that accompanied pbrt), or clamped TGA files. The implementation of exrtotiff.cpp in the pbrt-v2 distribution does include an implementation of Reinhard's tone mapping function and the bloom code from pbrt-v1.
Thanks,
-matt
> --
> You received this message because you are subscribed to the Google Groups "pbrt" group.
> To post to this group, send email to pb...@googlegroups.com.
> To unsubscribe from this group, send email to pbrt+uns...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pbrt?hl=en.
>