diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-01-22 18:29:04 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-01-22 18:29:04 +0000 |
commit | ad852ddf24525a96c3b329a7ac223ed1b34a5eaa (patch) | |
tree | a8a49c1549de755d4d84f087a08cfd7d2dc87ed7 /doc | |
parent | ee4b3b2f5b5d2fe8ff49bde8dc33dc820f8d458f (diff) | |
download | netpbm-mirror-ad852ddf24525a96c3b329a7ac223ed1b34a5eaa.tar.gz netpbm-mirror-ad852ddf24525a96c3b329a7ac223ed1b34a5eaa.tar.xz netpbm-mirror-ad852ddf24525a96c3b329a7ac223ed1b34a5eaa.zip |
cleanup, fix crash with convolution window bigger than input image
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4251 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index 0b4e106b..8ca99e69 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -14,6 +14,9 @@ not yet BJH Release 10.98.00 program. And the broken code is inconsistent with new random number logic elsewhere in the package. + pgmmedian: fix crash when median matrix is wider or higher than + the input image. + picttoppm: Fix incorrect output for 32 bit per pixel images that have only 3 planes. Broken in Netpbm 10.34 (June 2006). |