ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ra_tiff.c
Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 02:31:32 2005 UTC (18 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2, rad3R8, rad3R9
Changes since 2.31: +7 -5 lines
Diff to previous 2.31
Eliminated writing of EXPOSURE= when STONITS not set in input TIFF

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Jun 7 16:54:23 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1
Changes since 2.30: +7 -1 lines
Diff to previous 2.30
Added missing error checks for 16-bit and 32-bit separate color planes

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 15:26:05 2005 UTC (19 years ago) by greg
Branch: MAIN
Changes since 2.29: +2 -2 lines
Diff to previous 2.29
Fixed remaining bug for conversion from XYZE -> 16-bit/channel TIFF

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 04:51:56 2005 UTC (19 years ago) by greg
Branch: MAIN
Changes since 2.28: +12 -6 lines
Diff to previous 2.28
Fixed minor problems in 16-bit TIFF conversion

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 20:33:14 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.27: +87 -57 lines
Diff to previous 2.27
Continued ANSIfication, and other fixes and clarifications.

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 12:47:01 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
Changes since 2.26: +10 -4 lines
Diff to previous 2.26
Fixed typing/prototype of getheader() and its callback.

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:03 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.25: +6 -6 lines
Diff to previous 2.25
Added grouping parens to reduce ambiguity warnings.

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.24: +3 -2 lines
Diff to previous 2.24
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 01:32:53 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.23: +2 -1 lines
Diff to previous 2.23
Minor compile fixes

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 04:56:54 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.22: +5 -1 lines
Diff to previous 2.22
Added tone-mapping support for 16-bit/sample int and IEEE float TIFF images

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 22:44:02 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.21: +59 -3 lines
Diff to previous 2.21
Added handling of TIFFTAG_DATETIME and TIFFTAG_ARTIST

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 19:04:08 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.20: +162 -49 lines
Diff to previous 2.20
Added -f and -w options to ra_tiff to produce float and 16-bit output

Revision 2.20 - (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.19: +8 -11 lines
Diff to previous 2.19
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.19 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 10:57:53 1999 UTC (24 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 2.18: +16 -14 lines
Diff to previous 2.18
fixed bug in allocated buffer size

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sun May 30 17:35:08 1999 UTC (24 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 2.17: +94 -10 lines
Diff to previous 2.17
added ability to read 16-bit/channel TIFFs

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

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 11:21:52 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 2.15: +10 -9 lines
Diff to previous 2.15
cosmetic changes to use correct macros for color assignments

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 14:54:03 1997 UTC (26 years, 6 months ago) by gregl
Branch: MAIN
Changes since 2.14: +1 -0 lines
Diff to previous 2.14
added missing call to setgamcor()

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 15:35:28 1997 UTC (26 years, 7 months ago) by gregl
Branch: MAIN
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
minor fix

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 11:10:45 1997 UTC (26 years, 7 months ago) by gregl
Branch: MAIN
Changes since 2.12: +1 -1 lines
Diff to previous 2.12
minor optimization

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 15:01:26 1997 UTC (26 years, 7 months ago) by gregl
Branch: MAIN
Changes since 2.11: +4 -4 lines
Diff to previous 2.11
consolidated SGILOGDATAFMT values

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 18:30:14 1997 UTC (26 years, 7 months ago) by gregl
Branch: MAIN
Changes since 2.10: +10 -1 lines
Diff to previous 2.10
changed StoNits to double and added JPEG reading capability

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 21:26:45 1997 UTC (26 years, 8 months ago) by gregl
Branch: MAIN
Changes since 2.9: +80 -64 lines
Diff to previous 2.9
modified TIFF library with new photometric types

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 11:47:05 1997 UTC (26 years, 8 months ago) by gregl
Branch: MAIN
Changes since 2.8: +640 -172 lines
Diff to previous 2.8
added a ton of new stuff for Luv format images and new tags

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 10:56:57 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.7: +5 -1 lines
Diff to previous 2.7
added -g option to header output

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Nov 11 11:26:20 1994 UTC (29 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +10 -5 lines
Diff to previous 2.6
replaced some values with macros for improved readability

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 10:17:27 1994 UTC (30 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.5: +1 -0 lines
Diff to previous 2.5
Added new ID to first line of header and changed use of formatval

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 09:55:26 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
minor compiler warning fixes

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 12:41:18 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.3: +3 -3 lines
Diff to previous 2.3
renamed gamma to avoid math library conflict

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:48:05 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +2 -0 lines
Diff to previous 2.2
added math.h for atof() usage

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:52:25 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -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:41 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.6: +0 -0 lines
Diff to previous 1.6
updated revision number for release 2.0

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 14:01:23 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
Improved handling of scanline ordering

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 15:47:35 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.4: +39 -16 lines
Diff to previous 1.4
added -b option for greyscale images

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 14:48:55 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.3: +9 -1 lines
Diff to previous 1.3
added -z option for LZW compression

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 14:04:21 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.2: +0 -2 lines
Diff to previous 1.2
added back gamma control (though not properly registered)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 13:54:08 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.1: +2 -55 lines
Diff to previous 1.1
took out use of image description (sniff!)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 13:34:58 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R7P2: (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