From 5d16663331afd0bc2edaeb2e49042dc219ce9c2f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 28 Dec 2023 19:53:34 +0000 Subject: promote Development to Advanced git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@4827 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pgm/pgmtost4.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'converter/pgm/pgmtost4.c') diff --git a/converter/pgm/pgmtost4.c b/converter/pgm/pgmtost4.c index fa101ac9..aa691464 100644 --- a/converter/pgm/pgmtost4.c +++ b/converter/pgm/pgmtost4.c @@ -76,7 +76,7 @@ main(int argc, const char * argv[]) { if (inpam.width != st4Width) pm_error("Image is wrong width for ST-4 SBIG: %u pixels. " "Must be %u", inpam.width, st4Width); - + /* Really, we should just scale to maxval 255. There are library routines for that, but we're too lazy even for that, since nobody is really going to use this program. @@ -102,3 +102,6 @@ main(int argc, const char * argv[]) { return 0; } + + + -- cgit 1.4.1