ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ximage.c
Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 12:47:01 2004 UTC (20 years, 2 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.12: +8 -5 lines
Diff to previous 2.12
Fixed typing/prototype of getheader() and its callback.

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:12 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.11: +3 -9 lines
Diff to previous 2.11
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:34 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
Added (void *) cast to realloc calls

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:28 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.8: +7 -12 lines
Diff to previous 2.8
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 09:08:28 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 2.7: +2 -0 lines
Diff to previous 2.7
changed getheader() to listen to return value of passed function

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 15:48:25 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
changed GAMMA environment variable to DISPLAY_GAMMA

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Aug 21 13:49:35 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +1 -1 lines
Diff to previous 2.5
made getscan() slightly more efficient

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 09:17:43 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +4 -0 lines
Diff to previous 2.4
added code to get GAMMA from environment

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 09:40:36 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +2 -9 lines
Diff to previous 2.3
changed calls to get view parameters from files

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Dec 23 23:20:06 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -4 lines
Diff to previous 2.2
fixed CTRL(c) for ANSII preprocessors

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:52:31 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +1 -1 lines
Diff to previous 2.1
eliminated atof declarations for NeXT

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 16:05:14 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.31: +2 -0 lines
Diff to previous 1.31
updated revision number for release 2.0

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon May 6 15:19:03 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.30: +4 -2 lines
Diff to previous 1.30
improved monochrome dithering slightly

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed May 1 12:40:03 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
changed 'n' to 'L' in luminance display

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 14:35:52 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.28: +9 -3 lines
Diff to previous 1.28
added format information to headers

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 09:35:04 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
added luminance() macro to color.h

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 13:10:39 1990 UTC (33 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
minor improvement in gamma correction

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 15:15:52 1990 UTC (33 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
fixed calls to quit() that should have been to quiterr()

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 21:31:45 1990 UTC (33 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24
added fisheye view types

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 15:14:49 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23
changed "inline" to "inl" for compiler compatibility

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 08:17:43 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.22: +1 -5 lines
Diff to previous 1.22
added scale factor to normcolrs()

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 23:58:26 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
improved portability for read(), write() and bcopy()

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 14:47:11 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.20: +6 -10 lines
Diff to previous 1.20
changed handling of view parameters

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 17:52:57 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
changed EXPOSURE information interface

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Dec 10 12:12:55 1989 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.18: +0 -10 lines
Diff to previous 1.18
moved sskip to image.c

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 11:08:47 1989 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
fixed remaining bug in picreadline3()

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 15:50:26 1989 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Changed precision of display values

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 17:42:27 1989 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.15: +15 -13 lines
Diff to previous 1.15
fixed bug in scale_rcolors()

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 16:50:39 1989 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.14: +16 -1 lines
Diff to previous 1.14
added identify command for contours

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 15:12:03 1989 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
forgot scalefactor in picreadline3()

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 23 09:10:22 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12
undid change at 1.10 which introduced bug

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 20 20:36:10 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.11: +7 -26 lines
Diff to previous 1.11
change to color normalization calls

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 09:11:43 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
increased default gamma correction

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 15:41:52 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.9: +2 -4 lines
Diff to previous 1.9
Fixed small error in ray calculation for 't' command

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 13:04:42 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
added calls to get/put picture resolution (bug fix)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 10:45:12 1989 UTC (34 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
fixed comment (big deal(

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue May 23 10:46:32 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Fixed color allocation check for monochrome mode

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu May 11 08:25:21 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5
added ^L as redraw character

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 08:44:05 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
removed beep on null exposure

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 11:07:12 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
macro for VIEWSTR

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 17:09:13 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
clear window before color change

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 16:36:10 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.1: +109 -34 lines
Diff to previous 1.1
Added adjust exposure option and command

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:49:43 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a