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

Comparing ray/src/px/pcwarp.c (file contents):
Revision 3.4 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 3.7 by greg, Fri Jul 19 17:37:56 2019 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   * Warp colors in Radiance picture to correct for input/output changes.
6   */
7  
8 < #include <stdio.h>
9 <
8 > #include "rtio.h"
9   #include "resolu.h"
10   #include "color.h"
11   #include "warp3d.h"
# Line 30 | Line 29 | main(
29          char    *argv[]
30   )
31   {
32 <        static char     picfmt[LPICFMT+1] = PICFMT;
32 >        static char     picfmt[MAXFMTLEN] = PICFMT;
33          int     cwflags = 0;
34          int     rval;
35          int     i;
# Line 89 | Line 88 | main(
88          exit(0);
89   userr:
90          fprintf(stderr,
91 <                "Usage: %s [-i][-o][-e|-f] map.cwp [input.pic [output.pic]]\n",
91 >                "Usage: %s [-i][-o][-e|-f] map.cwp [input.hdr [output.hdr]]\n",
92                          progname);
93          exit(1);
94   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines