/* Copyright (c) 1993 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; #endif /* * pcompos.c - program to composite pictures. * * 6/30/87 */ #include #include #ifdef MSDOS #include #endif #include "color.h" #include "resolu.h" #define MAXFILE 64 #define HASMIN 1 #define HASMAX 2 /* output picture size */ int xsiz = 0; int ysiz = 0; /* input dimensions */ int xmin = 0; int ymin = 0; int xmax = 0; int ymax = 0; COLR bgcolr = BLKCOLR; /* background color */ int labelht = 24; /* label height */ int checkthresh = 0; /* check threshold value */ char Command[] = ""; char Label[] = "