--- ray/src/px/pcompos.c 1992/06/16 16:48:41 2.5 +++ ray/src/px/pcompos.c 2005/05/25 04:44:26 2.30 @@ -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.30 2005/05/25 04:44:26 greg Exp $"; #endif - /* * pcompos.c - program to composite pictures. * @@ -11,13 +8,23 @@ static char SCCSid[] = "$SunId$ LBL"; */ #include +#include +#include +#include -#include "color.h" +#include "copyright.h" +#include "platform.h" +#include "rtprocess.h" +#include "rterror.h" +#include "color.h" #include "resolu.h" -#define MAXFILE 32 +#define MAXFILE 512 +#define HASMIN 1 +#define HASMAX 2 + /* output picture size */ int xsiz = 0; int ysiz = 0; @@ -33,6 +40,10 @@ int labelht = 24; /* label height */ int checkthresh = 0; /* check threshold value */ +char StandardInput[] = ""; +char Command[] = ""; +char Label[] = "