diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-01-20 19:23:11 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2019-01-20 19:23:11 +0000 |
commit | 4b8daa32342e426270aca945853934e8e25f0af1 (patch) | |
tree | 5a9f25739cc003e45a7a5ef8dfbd47c7f8c63c92 /doc/HISTORY | |
parent | 6d06b8e0c26536edaedf04ae56849667b85c1325 (diff) | |
download | netpbm-mirror-4b8daa32342e426270aca945853934e8e25f0af1.tar.gz netpbm-mirror-4b8daa32342e426270aca945853934e8e25f0af1.tar.xz netpbm-mirror-4b8daa32342e426270aca945853934e8e25f0af1.zip |
Fix handling of floating point imprecision in unnormalizing samples
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3514 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r-- | doc/HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 40fa133b..94eafeee 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -19,8 +19,8 @@ not yet BJH Release 10.86.00 pamstretch-gen: Use -dropedge on the 'pamstretch' piece for better looking output. - libnetpbm: Fix ROUNDU so it properly rounds up fractions of - exactly half. Affects many programs. + various: Fix unnormalizing code so a value exactly between two + sample values rounds consistently up. Affects many programs. pamstretch: Reject very large scale factors instead of producing incorrect output. |