ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/resolu.h
(Generate patch)

Comparing ray/src/common/resolu.h (file contents):
Revision 2.15 by greg, Mon Apr 6 04:00:08 2020 UTC vs.
Revision 2.16 by greg, Thu Mar 3 03:55:13 2022 UTC

# Line 27 | Line 27 | extern "C" {
27  
28                          /* standard scanline ordering */
29   #define  PIXSTANDARD            (YMAJOR|YDECR)
30 < #define  PIXSTDFMT              "-Y %d +X %d\n"
30 > #define  PIXSTDFMT              "-Y %8d +X %8d\n"
31  
32                          /* structure for image dimensions */
33   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines