Andrey Kiselev
2f7e5be995
*** empty log message ***
2002-04-04 14:40:14 +00:00
Andrey Kiselev
3e540b2d38
Assertions in LXWDecode and LZWDecodeCompat replaced by warnings. Now libtiff
...
should read corrupted LZW-compressed files by skipping bad strips. Closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=100
2002-04-04 14:35:35 +00:00
Frank Warmerdam
1fec47ce77
fixed conflict
2002-04-03 21:08:56 +00:00
Frank Warmerdam
b96bdce674
removed some dead code
2002-04-03 21:06:49 +00:00
Frank Warmerdam
e2b729d68d
FIELD_CUSTOM: TIFFGetField() is treated as a u_short *, not int *
2002-04-03 21:04:27 +00:00
Frank Warmerdam
f836f25207
removed unused static function declaration
2002-04-03 20:18:16 +00:00
Frank Warmerdam
a58642e908
remove unused variable
2002-04-03 20:14:20 +00:00
Frank Warmerdam
07401b2c23
removed unused variable
2002-04-03 20:13:31 +00:00
Andrey Kiselev
9f49fe090a
TIFFTAG_COPYRIGHT description fixed.
2002-04-03 12:21:52 +00:00
Andrey Kiselev
adffbd3dab
*** empty log message ***
2002-03-31 23:00:05 +00:00
Andrey Kiselev
900dffdcbe
Added support for 'Orientation' tag in tiffcp utility (at cpStripToTile
...
routine).
2002-03-31 22:57:19 +00:00
Frank Warmerdam
a5e9827ac8
apply bug 111 fix ... avoid div-by-zero if rowbytes==0
2002-03-27 14:46:45 +00:00
Frank Warmerdam
a69516b37a
*** empty log message ***
2002-03-27 06:52:10 +00:00
Frank Warmerdam
d4c927efa2
use FIELD_CUSTOM mechanism for TIFFTAG_SOFTWARE
2002-03-27 06:33:59 +00:00
Frank Warmerdam
f3f686f377
modified to avoid use of td_software
2002-03-27 06:32:44 +00:00
Frank Warmerdam
c12023cf56
added support for printing FIELD_CUSTOM strings without passcount set
2002-03-27 06:31:29 +00:00
Dwight Kelly
39c69d9b52
mods by Dwight Kelly
2002-03-27 04:09:25 +00:00
Dwight Kelly
4c2c2d58ec
added a few missing tags from Adobe TIFF technotes
...
TIFFTAG_CLIPPATH
TIFFTAG_XCLIPPATHUNITS
TIFFTAG_YCLIPPATHUNITS
TIFFTAG_INDEXED
TIFFTAG_OPIPROXY
TIFFTAG_OPIIMAGEID
added missing INKSET tag value INKSET_MULTIINK from TIFF 6.0 spec
2002-03-27 03:55:42 +00:00
Dwight Kelly
1aaef2444e
Forgot to increment FIELD_CUSTOM after adding FIELD_XMLPACKET
2002-03-27 03:53:49 +00:00
Dwight Kelly
6f68aba31d
removed XML_SUPPORT define
2002-03-27 03:50:53 +00:00
Andrey Kiselev
a6a8e2509d
TIFFReadRGBAStrip and TIFFReadRGBATile now also uses TIFFRGBAImageOK before
...
reading. This is additional fix
for http://bugzilla.remotesensing.org/show_bug.cgi?id=110
2002-03-26 10:35:27 +00:00
Andrey Kiselev
198aa7d9a4
*** empty log message ***
2002-03-26 10:31:33 +00:00
Andrey Kiselev
29269c9b70
*** empty log message ***
2002-03-25 15:45:33 +00:00
Andrey Kiselev
16c9bdcbdf
Additional check for supported codecs added in TIFFRGBAImageOK and
...
TIFFReadRGBAImage now use TIFFRGBAImageOK before reading.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=110
2002-03-25 15:43:16 +00:00
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