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

Comparing ray/src/meta/meta2tga.c (file contents):
Revision 1.5 by schorsch, Sat Nov 15 02:13:37 2003 UTC vs.
Revision 1.6 by greg, Wed Feb 4 18:49:24 2004 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include  "rast.h"
14   #include  "targa.h"
15  
16 < #define  MAXALLOC  5000
16 > #define  MAXALLOC  30000
17   #define  DXSIZE  400            /* default x resolution */
18   #define  DYSIZE  400            /* default y resolution */
19   #define  XCOM  "pexpand +vOCImsp -DP %s | psort +y"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines