commit 04885ce474742f027ba4721b0d9c5359591a8b04
parent 5d9fe5bfc06c21d6ae48bdbb052db7f5cbd80847
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 16:34:48 +0100
Wraps the README text in 72 columns
This matches the convention of plain text e-mails. It can therefore be
sent as a publication announcement e-mail without being reformatted.
Diffstat:
| M | README.md | | | 60 | +++++++++++++++++++++++++++++++----------------------------- |
1 file changed, 31 insertions(+), 29 deletions(-)
diff --git a/README.md b/README.md
@@ -31,9 +31,9 @@ Fix a typo in the man page
### Version 0.4.2
-- Fix a wrong assertion on the range of the data to display: in debug `htpp`
- was stopping and reporting an error if the data to display all had the same
- value.
+- Fix a wrong assertion on the range of the data to display: in debug
+ `htpp` was stopping and reporting an error if the data to display all
+ had the same value.
- Fix the CMake file for MSVC build.
### Version 0.4.1
@@ -44,46 +44,48 @@ Fix a typo in the man page
### Version 0.4
-- Add the `gnuplot` parameter to the `-m` option. Once set, the result image is
- written as a gnuplot script rather than a PPM image. This script generates a
- PNG image with an embedded color ramp.
-- Fix the tone map operator: the exposure term is now also applied to the white
- radiance to ensure that it effectively corresponds to the white color in the
- output image.
+- Add the `gnuplot` parameter to the `-m` option. Once set, the result
+ image is written as a gnuplot script rather than a PPM image. This
+ script generates a PNG image with an embedded color ramp.
+- Fix the tone map operator: the exposure term is now also applied to
+ the white radiance to ensure that it effectively corresponds to the
+ white color in the output image.
### Version 0.3
- Add the `-i` option that regroups all the options controlling the
- post-processing of the pixel color. The options `-e` and `-w` that defined
- the exposure and the white scale factor are thus removed.
-- Add support of raw data visualisation through color palettes. The `-m` option
- enables the mapping of a pixel component to a color ramp. Both, the pixel
- component to visualise and the palette to use can be set through this option.
- The data range to visualise can also be fixed. When this option is defined,
- the `-v` option can be used to displays into the terminal the color ramp and
- its associated values.
+ post-processing of the pixel color. The options `-e` and `-w` that
+ defined the exposure and the white scale factor are thus removed.
+- Add support of raw data visualisation through color palettes. The `-m`
+ option enables the mapping of a pixel component to a color ramp. Both,
+ the pixel component to visualise and the palette to use can be set
+ through this option. The data range to visualise can also be fixed.
+ When this option is defined, the `-v` option can be used to displays
+ into the terminal the color ramp and its associated values.
- Remove the `-u` and `-T` options that are previously used to roughly
- visualise the per pixel uncertainties and the estimate of the per realisation
- time: the new `-m` option proposes a far more efficient alternative.
+ visualise the per pixel uncertainties and the estimate of the per
+ realisation time: the new `-m` option proposes a far more efficient
+ alternative.
### Version 0.2.1
- Update how the image exposure is handled: the pixels are multiplied by
- the exposure priorly to their tone mapping. Previously, it was the tone
- mapped pixels that were multiplied by the exposure.
+ the exposure priorly to their tone mapping. Previously, it was the
+ tone mapped pixels that were multiplied by the exposure.
- Fix the man page that wrongly described the tone mapping operator.
### Version 0.2
-- Fix the XYZ to sRGB conversion: the reference white was not correctly set.
-- Fix the gamma correction of the linear sRGB color: there was an issue in the
- used formulae.
+- Fix the XYZ to sRGB conversion: the reference white was not correctly
+ set.
+- Fix the gamma correction of the linear sRGB color: there was an issue
+ in the used formulae.
### Version 0.1
- Handle the update of the htrdr-image file format introduced by
- [htrdr](https://gitlab.com/meso-star/htrdr/) 0.1 that adds to each pixel the
- estimation of the per realisation path computation time.
+ [htrdr](https://gitlab.com/meso-star/htrdr/) 0.1 that adds to each
+ pixel the estimation of the per realisation path computation time.
## Copyright notice
@@ -93,6 +95,6 @@ Copyright © 2018, 2019 Université Paul Sabatier
## License
-htpp is free software released under the GPL v3+ license: GNU GPL version 3
-or later. You are welcome to redistribute it under certain conditions; refer to
-the COPYING file for details.
+htpp is free software released under the GPL v3+ license: GNU GPL
+version 3 or later. You are welcome to redistribute it under certain
+conditions; refer to the COPYING file for details.