Frank Warmerdam
f1ca6ff832
added tiffset
2001-03-02 04:58:46 +00:00
Frank Warmerdam
50d81a1c8c
added TIFFTAG_COPYRIGHT
2001-03-02 04:48:20 +00:00
Frank Warmerdam
9f642c3820
added copyright
2001-03-02 04:47:19 +00:00
Frank Warmerdam
a361b724b1
Updated acknowledgements.
2001-02-19 15:31:17 +00:00
Frank Warmerdam
aefe065e30
*** empty log message ***
2001-02-19 15:22:07 +00:00
Frank Warmerdam
b4f624124b
put -b in alphabetical order
2001-02-19 15:20:54 +00:00
Frank Warmerdam
3ba769b282
Brent Roman: added bias, and comma subfile support, removed -z
2001-02-19 15:18:19 +00:00
Frank Warmerdam
8867ddfb3e
Brent Roman submitted new version adding serveral missing entry points.
2001-02-17 03:54:54 +00:00
Frank Warmerdam
b18f9bb835
vms hack - tiffFieldInfo not static on VMS
2001-02-17 03:20:39 +00:00
Frank Warmerdam
cde530b12f
Updated my web page pointer.
2001-02-17 03:11:31 +00:00
Frank Warmerdam
c0cb9fbe5c
avoid warning on vc++
2001-02-17 03:07:54 +00:00
Frank Warmerdam
a6da80a7ac
applied Greg Wards LogLuv patches
2001-02-17 03:03:52 +00:00
Mike Welles
6b9e77c4b4
changed ftp.onshore.com to ftp.remotesensing.org
2001-01-24 19:04:52 +00:00
Mike Welles
4e58796e7b
Just committing RELEASE-DATE
2001-01-23 21:41:21 +00:00
Mike Welles
ded991f5a9
Pre announcement cleanup
2001-01-23 21:40:17 +00:00
Frank Warmerdam
00761c187e
fix when attempting TIFFOpen(r+) of fax3/4 compressed files
2001-01-23 14:45:58 +00:00
Mike Welles
9a1d08fc5a
Makefile.in is now cleaning up after iteself in the "release" target
2001-01-08 16:07:33 +00:00
Frank Warmerdam
a5a724a995
*** empty log message ***
2001-01-07 19:11:13 +00:00
Frank Warmerdam
66b26c1922
Fixed arguments to TIFFRGBAImageGet() call.
2001-01-07 19:10:29 +00:00
Frank Warmerdam
f89c360121
fixed tiffvers.h support a bit better
2000-12-29 00:19:32 +00:00
Frank Warmerdam
75bfb7c8ea
added RELEASE-DATE file
2000-12-28 22:59:43 +00:00
Frank Warmerdam
3ba946b076
*** empty log message ***
2000-12-28 22:59:06 +00:00
Frank Warmerdam
7c2ef4f738
*** empty log message ***
2000-12-28 22:57:48 +00:00
Frank Warmerdam
f6b6e568b8
fixed to produce tiffvers.h instead of version.h
2000-12-28 22:55:11 +00:00
Mike Welles
a7f6e194cf
* modified Makefile.in, configure, and dist/newversion, so that.
...
the old code updates things based on the info in VERSION. I've
kept this, but added a second token in VERSION, "beta". configure
will now parse VERSION into $VERSION and $RELEASE. Whatever the
second token is will be appened to the "release" target tar and
zip afiles, and will be used by dist/newversion to
create dist/tiff.version.
2000-12-22 22:33:41 +00:00
Mike Welles
ce16b036c1
My vanity domain was hijacked. Put my link to go to bangstate.com instead.
2000-12-22 20:30:29 +00:00
Mike Welles
a9c74fed15
Clean up.
2000-12-22 20:27:43 +00:00
Mike Welles
86f76420a2
Fixes and such.
2000-12-22 20:26:09 +00:00
Frank Warmerdam
22e9dda705
don't point at Niles' old jpl web site
2000-12-22 05:06:13 +00:00
Frank Warmerdam
f6b252e48a
Reorganized a bit, added tif_apple.c change.
2000-12-21 14:57:43 +00:00
Frank Warmerdam
924b311912
Added step about RELEASE-DATE file.
2000-12-21 14:38:01 +00:00
Frank Warmerdam
3395339870
applied carbon api support from Leonard Rosenthol <leonardr@lazerware.com>
2000-12-21 14:32:43 +00:00
Mike Welles
177452c8c9
Pre-release checkin
2000-12-19 20:12:53 +00:00
Frank Warmerdam
a02f97a5d4
added EOFB support as per Frank Cringles patch
2000-12-01 15:46:46 +00:00
Frank Warmerdam
e5085f2536
fixed @MACHDEPLIBS@
2000-11-24 15:45:35 +00:00
Frank Warmerdam
228065f561
updated stuff about .so versions a bit
2000-11-24 15:44:38 +00:00
Frank Warmerdam
a3c28f9888
*** empty log message ***
2000-11-24 06:41:33 +00:00
Frank Warmerdam
cd6ac2d51e
Added install-private target for installing everything + the private header
...
files.
2000-11-24 06:28:45 +00:00
Frank Warmerdam
03bad0db8f
Removed all reference to ALPHAFILE, and DIST_TYPE. Now extracts DIST_POINT
...
from VERSION file. Use DIST_POINT in assigning DSOSUB_VERSION value.
2000-11-24 06:28:10 +00:00
Frank Warmerdam
60e16563b9
* libtiff/Makefile.in: Added an installPrivateHdrs and install-private
...
target so that the private headers required by libgeotiff can be
installed with the others. They are not installed by default.
* libtiff/Makefile.in: Added @MACHLIBDEPS@ to LINUXdso and GNULDdso
targets so libtiff.so will be built with an explicit dependency
on libm.so.
* libtiff/Makefile.in: Use softlinks to link libtiff.so.3 to
libtiff.so.3.5.5.
* libtiff/Makefile.in & configure: Remove all references to the ALPHA
file, or ALPHA version logic. Added stuff about DIST_POINT in
place of DIST_TYPE and the alpha release number stuff.
2000-11-24 06:26:05 +00:00
Frank Warmerdam
abcd47ae35
added --prefix, and --exec-prefix support to configure
2000-11-22 14:41:35 +00:00
Frank Warmerdam
9900baca3c
variety of changes to automatic version handling
2000-11-13 14:42:38 +00:00
Frank Warmerdam
7410217a75
check for _WIN32
2000-11-13 14:23:53 +00:00
Frank Warmerdam
b11174bea8
*** empty log message ***
2000-10-20 17:36:16 +00:00
Frank Warmerdam
2a447f67c7
fixed ycbcr support when width/height not multiple of sample size
2000-10-20 17:35:36 +00:00
Frank Warmerdam
fcd64fe6da
Removed printf().
2000-10-20 16:33:51 +00:00
Frank Warmerdam
6429172d11
*** empty log message ***
2000-10-20 14:37:19 +00:00
Frank Warmerdam
de3777f0ee
Modified PackBitsEncodeChunk() to ensure no more data than was provided
...
is encoded, if rowsize does not factor into the data size provided. Also,
avoid chunking into rows for YCbCr since rowsize doesn't mean much.
2000-10-20 14:35:52 +00:00
Frank Warmerdam
aa844c5047
*** empty log message ***
2000-10-19 13:40:15 +00:00
Frank Warmerdam
e1f05487e9
fixed output strip size to account for vertical roundup to sample factor
2000-10-19 13:23:49 +00:00