Commit Graph

505 Commits

Author SHA1 Message Date
Frank Warmerdam
6f849e0109 Added some contributors 2002-03-24 16:36:43 +00:00
Dwight Kelly
c8a4912a91 added code to implement XMLPACKET tag (enabled by defining XML_SUPPORT in tiffconf.h) 2002-03-24 15:48:39 +00:00
Dwight Kelly
d931e72967 added XML_SUPPORT to enable XMLPacket tag implementation 2002-03-24 15:47:03 +00:00
Dwight Kelly
2417737c45 added ICCLab photometric tag (per Adobe Pagemaker TIFF technote and email from Chris Cox)
added TIFF/IT (IT8) tags HCUsage, TrapIndicator, and CMYKEquivalent (per ISO TIFF/IT standards)
added XMLPacket tag (per Adobe XMP technote)
2002-03-24 15:45:38 +00:00
Dwight Kelly
8953d781f0 Test commit 2002-03-22 04:39:37 +00:00
Andrey Kiselev
f02a098bcc *** empty log message *** 2002-03-16 16:52:57 +00:00
Andrey Kiselev
fa0ce83d3f Added routine TIFFDataWidth for detrmining TIFFDataType sizes instead of
working with tiffDataWidth array directly. Should prevent out-of-borders bugs
in case of unknown or broken data types.
EstimateStripByteCounts routine modified, so it won't work when tags with
uknown sizes founded.
2002-03-15 11:05:56 +00:00
Andrey Kiselev
ce38c97afb Added support for correct handling `Orientation' tag in gtTileContig. Should
be added in other gt* functions as well, but I have not images for testing
yet. Partially resolves http://bugzilla.remotesensing.org/show_bug.cgi?id=23
2002-03-13 19:36:36 +00:00
Andrey Kiselev
ec61d2b61c Added possibility to read broken TIFFs with LONG type used for
TIFFTAG_COMPRESSION, TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=99
2002-03-10 13:11:35 +00:00
Andrey Kiselev
6236465593 Shared library will not be stripped when installing, utility binaries will do.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=93
2002-03-08 07:21:53 +00:00
Andrey Kiselev
ad546e9868 test update 2002-03-07 19:29:58 +00:00
Frank Warmerdam
028768c7d2 updated to use tif_tagmethods substructure 2002-03-06 14:07:27 +00:00
Frank Warmerdam
5f20db7fc0 *** empty log message *** 2002-03-01 04:10:24 +00:00
Frank Warmerdam
dee5694586 Added copyright. 2002-03-01 04:10:11 +00:00
Frank Warmerdam
e9ca55d134 Fixed type of TIFFTAG_COPYRIGHT. 2002-03-01 04:09:03 +00:00
Frank Warmerdam
69ba6dacab added tif_extension.c 2002-02-24 16:30:19 +00:00
Frank Warmerdam
3123dc0922 New 2002-02-24 16:13:39 +00:00
Frank Warmerdam
855ff3447d support printing custom fields 2002-02-24 16:13:13 +00:00
Frank Warmerdam
840192b9a2 support writing custom fields 2002-02-24 16:12:49 +00:00
Frank Warmerdam
6a1c358a72 moved TIFFieldInfo here, add custom field support 2002-02-24 16:09:45 +00:00
Frank Warmerdam
0d4cd777e7 added custom field support 2002-02-24 16:07:49 +00:00
Frank Warmerdam
3a3e43bea5 clean up client info links 2002-02-24 15:41:41 +00:00
Frank Warmerdam
844aa1cd1e added support for custom fields, use tagmethods 2002-02-24 15:40:57 +00:00
Frank Warmerdam
83951ab254 added support for anonymous fields, and pre-sort 2002-02-24 15:19:22 +00:00
Frank Warmerdam
25e98033e1 get/setfield methods moved into tif_tagmethods 2002-02-24 15:03:32 +00:00
Frank Warmerdam
dcd231ed16 moved some stuff to tiffio.h 2002-02-24 15:02:00 +00:00
Frank Warmerdam
0b3592575a now creates anonfield info for new tags 2002-02-24 15:01:15 +00:00
Frank Warmerdam
c3e810ea96 *** empty log message *** 2002-02-11 14:21:17 +00:00
Frank Warmerdam
cd7704c33f Recognised __arch64__ as a 64bit system marker as per bug 94. 2002-02-11 14:01:05 +00:00
Frank Warmerdam
b952210806 Added __arch64__ support as per Bug 94. 2002-02-11 13:58:25 +00:00
Frank Warmerdam
c57b40c358 Fixed DESTDIR handling. Bug 95. 2002-02-11 13:53:52 +00:00
Frank Warmerdam
8ed4025043 bug 96: OpenBSD Sparc64 and DSO changes 2002-02-11 13:50:26 +00:00
Frank Warmerdam
6ccbd79787 added patches from Scott for greyscale support, see faucet.tif 2002-02-05 17:48:03 +00:00
Frank Warmerdam
8caaca6797 added OJPEG option 2002-02-05 17:46:57 +00:00
Frank Warmerdam
632c9097d5 fixed v3.4pics link 2002-01-28 14:38:36 +00:00
Frank Warmerdam
b8ffea63b7 *** empty log message *** 2002-01-27 18:55:55 +00:00
Frank Warmerdam
ada807fa14 removed reference to unreachable .ps file, and only refer to pdf 2002-01-27 18:42:19 +00:00
Frank Warmerdam
9d8d1086ea Fixed link to Frank. 2002-01-24 15:54:38 +00:00
Frank Warmerdam
b22fe35cda fix ttn 2 link 2002-01-24 15:51:55 +00:00
Frank Warmerdam
f27eafc935 updated from ftp.gnu.org/pub/config 2002-01-18 19:46:51 +00:00
Frank Warmerdam
23d724476b Added missing DESTDIR ... Maciej 2002-01-18 19:17:10 +00:00
Frank Warmerdam
c777c2c041 Fixed TIFFReadEncodedStrip() if decoder returns -1 2002-01-18 19:05:27 +00:00
Frank Warmerdam
c77822c1c3 Patched CheckForBigEndian for cross compilation - patch from Maciej Rozycki 2002-01-18 18:58:19 +00:00
Frank Warmerdam
9606d1f5a1 *** empty log message *** 2002-01-16 18:05:22 +00:00
Frank Warmerdam
b049944746 Added TIFFTAG_JPEGTABLES entry in tag table. 2002-01-16 18:04:57 +00:00
Frank Warmerdam
7adb89763f *** empty log message *** 2002-01-16 17:50:29 +00:00
Frank Warmerdam
ad9dd219cd Fix bug in error output. 2002-01-16 17:50:05 +00:00
Frank Warmerdam
fb4cb16134 *** empty log message *** 2002-01-16 17:48:51 +00:00
Frank Warmerdam
0bdad6cb3c Fixed several warnings. 2002-01-16 17:48:16 +00:00
Frank Warmerdam
5c402d22f1 New 2002-01-16 17:29:20 +00:00