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

Comparing ray/src/meta/meta2bmp.c (file contents):
Revision 1.2 by schorsch, Mon Sep 19 12:48:09 2005 UTC vs.
Revision 1.3 by greg, Tue Mar 19 19:34:41 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines