1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
2004-01-01 22:03:04 cvs
* updated version
M NEWS +3 -0
M README +1 -1
2004-01-01 22:00:13 cvs
* updated log to new version produced from cvs log
M ChangeLog +114 -85
2003-12-06 23:08:27 cvs
* prevent unintentional overwriting of output files
M OutputOptions.cpp +12 -1
M OutputOptions.h +5 -1
M kdc2tiff.cpp +26 -3
2003-12-06 20:54:04 cvs
* changes to autoconf
M config.h.in +28 -13
M configure +3947 -1252
2003-05-28 02:30:17 cvs
* updated version and email address
M AUTHORS +1 -1
M Makefile.in +3 -3
M README +3 -3
M aclocal.m4 +1 -1
M config.h.in +1 -3
M configure +2 -2
M configure.in +1 -1
2003-05-28 02:30:01 cvs
* allocate large arrays on heap instead of stack to prevent seg faults
M ChangeLog +27 -23
M GICBayer.cpp +12 -6
M GImageComponent.cpp +6 -4
M NEWS +3 -0
2002-11-20 20:22:36 cvs
* corrected dates
M ChangeLog +1 -1
M README +1 -1
2002-11-20 20:20:54 cvs
* updated documentation for new release (v0.33)
M ChangeLog +5 -0
M NEWS +3 -0
M README +1 -1
M TODO +7 -6
2002-10-31 23:03:13 cvs
* another default argument value to remove
M GFilter.cpp +1 -1
2002-10-30 02:27:33 cvs
* removed =0 from argument list in class method implementations to satisfy
* new compilers
M GICBayer.cpp +3 -3
M GImageComponent.cpp +1 -1
2001-07-05 18:27:23 cvs
* forgot to run autoconf/automake
M Makefile.in +4 -3
M configure +66 -76
2001-07-05 18:26:43 cvs
* removed references to DECODE_KDCTAG from configure.in and Makefile.am to
* fix common build problems
M ChangeLog +4 -0
M Makefile.am +2 -2
M NEWS +1 -0
M README +2 -2
M configure.in +6 -6
2000-05-29 Chris Studholme <chris.studholme@utoronto.ca>
* more work on improving cache usage in GICBayer_*
2000-05-28 Chris Studholme <chris.studholme@utoronto.ca>
* rewrote GImageComponent0 to make better use of cache
* did similar rewrite of GICBayer_Green (for better cache use)
* no longer display "Total Error" when using fast mode
2000-05-25 Chris Studholme <chris.studholme@utoronto.ca>
* changed gamma correction to use a table
2000-05-08 Chris Studholme <chris.studholme@utoronto.ca>
* added +g option for relative gamma correction
2000-03-11 Chris Studholme <chris.studholme@utoronto.ca>
* added error messages for fseek() and fread() in
GFile_JPEG::supportsFile and GFile_TIFF::supportsFile
2000-03-08 Chris Studholme <chris.studholme@utoronto.ca>
* released version 0.31
2000-03-07 Chris Studholme <chris.studholme@utoronto.ca>
* changed autoconf/automake setup to use config.h file
* added configure option to decode KDC specific tags
(default is off due to possible problem with Debian
machines)
2000-01-17 Chris Studholme <chris.studholme@utoronto.ca>
* project home page moved to sourceforge.net
* released version 0.30
2000-01-10 Chris Studholme <chris.studholme@utoronto.ca>
* fixed overflow bug in GFilter_GammaCorrection and
GFilter_ContrastAdjust
* started working on integer pixel calculations
2000-01-08 Chris Studholme <chris.studholme@utoronto.ca>
* verified that compressed KDC files are handled accurately
* added -f and +f options for fast processing
* displays type of file being read
* changed default output size for KDC files to 1200x900
2000-01-07 Chris Studholme <chris.studholme@utoronto.ca>
* moved all de-bayerize stuff to GICBayer.cpp and GICBayer.h
* finished improved de-bayer algorithm
* converted GImageComponent pixel format to short
1999-12-23 Chris Studholme <chris.studholme@utoronto.ca>
* created GImageComponent3 as an attempt to de-bayerize with
better resolution
1999-12-20 Chris Studholme <chris.studholme@utoronto.ca>
* make white balance less aggressive
1999-12-19 Chris Studholme <chris.studholme@utoronto.ca>
* reduced stack usage of GImageComponent0
* made white balance work with all image types
1999-12-16 Chris Studholme <chris.studholme@utoronto.ca>
* moved file type detection to GFile decendants and improved
KDC detection
* changed KDCImage to GFile_DC120
1999-12-15 Chris Studholme <chris.studholme@utoronto.ca>
* fix fatal bug in white balance and improved algorithm
* added checks to GFile_TIFF to verify the GImageComponent0 is working
* improved JPEG/TIFF/KDC file detection algorithm in kdc2tiff.cpp
1999-12-14 Chris Studholme <chris.studholme@utoronto.ca>
* changed OutputOptions to support "auto" and "none" with -W switch
* implemented GFile_JPEG
1999-12-13 Chris Studholme <chris.studholme@utoronto.ca>
* created GFilter_WhiteBalance and implemented it
* changed GFile and KDCImage to calculate TTL white balance coefficients
* changed OutputOptions to include lightwhite and outputwhite
temperature values and to use GFilter_WhiteBalance (switch is -W)
1999-12-11 Chris Studholme <chris.studholme@utoronto.ca>
* fixed outputname to remote leading / in kdc2tiff.cpp
1999-12-06 Chris Studholme <chris.studholme@utoronto.ca>
* created classes GFile, GFile_TIFF, and GFile_JPEG
* KDCImage is now decendent of GFile
* GFile_TIFF has been implemented
* kdc2tiff.cpp modified to make use of GFile_TIFF and GFile_JPEG
* TIFF support based on input file extension tested and seems to work
* JPEG files (detected by extension) cause 'not implemented' error
1999-12-02 Chris Studholme <chris.studholme@utoronto.ca>
* ChangeLog file started
* first use of autoconf/automake
|