diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-07-04 03:22:31 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-07-04 03:22:31 +0000 |
commit | b5b4106b7ef9a2db5fc52b183d255e0706aea65f (patch) | |
tree | 16d978554cbf755efc8ebca7a72097e9f132d6d8 /doc/HISTORY | |
parent | 6807b3865d85737a839a71b9fe805d87219167a2 (diff) | |
download | netpbm-mirror-b5b4106b7ef9a2db5fc52b183d255e0706aea65f.tar.gz netpbm-mirror-b5b4106b7ef9a2db5fc52b183d255e0706aea65f.tar.xz netpbm-mirror-b5b4106b7ef9a2db5fc52b183d255e0706aea65f.zip |
Sort palette correctly when alpha image maxval != 255
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@353 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/HISTORY')
-rw-r--r-- | doc/HISTORY | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 051dfe2e..dae35d32 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -6,7 +6,15 @@ CHANGE HISTORY not yet BJH Release 10.40.00 - pamtopfm: Fix wrong determination of machine endianness. + pnmtopng: Sort palette properly when alpha maxval != 255. + + pnmtopng: Fix array bound violation with = 256 colors and -alpha. + + pnmtopng: Fix array bound violation with > 256 alpha mask levels. + + pnmgamma: improve error messages. + + pamtopfm: Fix wrong selection of default endianness. Fix uninitialized variable in pnm_allocpamrown(). |