From 19646f8073a34247baef1a8a012edcda1d0490dd Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 1 Apr 2010 02:30:08 +0000 Subject: suppress messages from Pnmconvol git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1167 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 13 +++++++++---- editor/pnmsmooth.c | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/HISTORY b/doc/HISTORY index 43283be1..c953cc4e 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -6,13 +6,18 @@ CHANGE HISTORY not yet BJH Release 10.51.00 - pnmsmooth: Respect -plain. + pnmsmooth: Respect -plain. Thanks Prophet of the Way + . + + pnmsmooth: Don't display pnmconvol messages (i.e. run + pnmconvol with -quiet). pnmsmooth: fix arithmetic overflow with absurdly large - convolution matrix dimensions. + convolution matrix dimensions. Thanks Prophet of the Way + . - pnmsmooth: fix bug: wild pointer causes wrong arguments to - 'pnmconvol'. + pnmsmooth: fix wild pointer: causes wrong arguments to + 'pnmconvol'. Thanks Prophet of the Way . 10.03.27 BJH Release 10.50.00 diff --git a/editor/pnmsmooth.c b/editor/pnmsmooth.c index 5d43e5b8..eabe479e 100644 --- a/editor/pnmsmooth.c +++ b/editor/pnmsmooth.c @@ -231,7 +231,7 @@ main(int argc, const char ** argv) { pm_system_lp("pnmconvol", NULL, NULL, NULL, NULL, "pnmconvol", matrixOpt, cmdline.inputFilespec, - "-normalize", plainOpt, NULL); + "-normalize", "-quiet", plainOpt, NULL); strfree(matrixOpt); } -- cgit 1.4.1