ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/t16anim.c
(Generate patch)

Comparing ray/src/util/t16anim.c (file contents):
Revision 1.1 by greg, Tue Mar 12 13:05:16 1991 UTC vs.
Revision 1.3 by schorsch, Mon Oct 27 10:32:06 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  Send Targa 16-bit files to PC animation system.
6   *
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9  
10   #include <stdio.h>
11  
12 + #include "rtprocess.h"
13   #include "client/clnt.h"
16
14   #include  "targa.h"
15  
16   #define  goodpic(h)     (((h)->dataType==IM_RGB || (h)->dataType==IM_CRGB) \
17                                  && (h)->dataBits==16)
18  
22 FILE    *popen();
19  
20   char    *pcom = NULL;                   /* uncompress command */
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines