--- ray/src/px/pcompos.c 1991/05/30 10:33:30 1.8 +++ ray/src/px/pcompos.c 2004/03/15 21:16:54 2.28 @@ -1,9 +1,6 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: pcompos.c,v 2.28 2004/03/15 21:16:54 greg Exp $"; #endif - /* * pcompos.c - program to composite pictures. * @@ -11,16 +8,22 @@ static char SCCSid[] = "$SunId$ LBL"; */ #include +#include +#include +#include +#include "copyright.h" + +#include "platform.h" +#include "rtprocess.h" #include "color.h" +#include "resolu.h" +#define MAXFILE 64 -#define MAXFILE 32 +#define HASMIN 1 +#define HASMAX 2 -#define SIGNHT 24 -#define setpscom(b,n) sprintf(b, "psign -h %d '%.30s'|pfilt -1 -x /2 -y /2",\ - 2*SIGNHT, n) - /* output picture size */ int xsiz = 0; int ysiz = 0; @@ -32,8 +35,14 @@ int ymax = 0; COLR bgcolr = BLKCOLR; /* background color */ +int labelht = 24; /* label height */ + int checkthresh = 0; /* check threshold value */ +char StandardInput[] = ""; +char Command[] = ""; +char Label[] = "