Commit Graph

529 Commits

Author SHA1 Message Date
Frank Warmerdam
a6873099d0 call TIFFGetField() on YCBCRSUBSAMPLING for tif_jpeg hack 2002-07-31 21:05:57 +00:00
Frank Warmerdam
a0605bac6b Finished last change with regard to ycbcr subsampling. See Bugzilla:
http://bugzilla.remotesensing.org/show_bug.cgi?id=168
2002-07-31 21:05:13 +00:00
Frank Warmerdam
fe7352c450 Extensive hack to pre-read the YCbCr sampling information from the jpeg
data stream
2002-07-31 20:56:15 +00:00
Frank Warmerdam
afb8476510 added CHECK_JPEG_YCBCR_SUBSAMPLING switch 2002-07-31 20:55:12 +00:00
Frank Warmerdam
be1e600d75 TIFFWriteScanline() now explicitly sets the tif_row value instead of just
incrementing it, in case the codec has been fooling with it.
2002-07-31 20:53:15 +00:00
Frank Warmerdam
550bfb8390 Make TIFFFillStrip() and TIFFFillTile() public for the use of tif_jpeg.c
TIFFReadScanline() now explicitly sets the tif_row value after reading a
line rather than just incrementing it, in case the codec has fooled with it.
2002-07-31 20:52:36 +00:00
Frank Warmerdam
c7486651d1 Added link to Michael's tutorial. 2002-07-09 16:21:58 +00:00
Andrey Kiselev
a94d5b4e3b Help option fixed 2002-06-27 13:07:46 +00:00
Andrey Kiselev
c2d7ef0d2c Added support for deflate compression. 2002-06-27 07:41:33 +00:00
Andrey Kiselev
6050d390af *** empty log message *** 2002-06-22 10:37:42 +00:00
Andrey Kiselev
f2558c8426 Added workaround for some software that may crash when last strip
of image contains fewer number of scanlines than specified by the
`/Height' variable. See
http://bugzilla.remotesensing.org/show_bug.cgi?id=164 for explanation.
2002-06-22 10:32:56 +00:00
Andrey Kiselev
b3f6ae5b8f *** empty log message *** 2002-06-21 10:59:18 +00:00
Andrey Kiselev
419dd4c8eb *** empty log message *** 2002-06-21 10:28:38 +00:00
Andrey Kiselev
68db217599 New functionality for tiff2ps utility: splitting long images in several pages.
See http://bugzilla.remotesensing.org/show_bug.cgi?id=142 for explanation.
Patch granted by John Williams <williams@morinda.com>.
2002-06-21 10:24:40 +00:00
Andrey Kiselev
f6c9c4db41 Typo fixed. 2002-06-14 11:13:14 +00:00
Frank Warmerdam
3e6470b479 *** empty log message *** 2002-06-12 03:38:17 +00:00
Frank Warmerdam
3e902beefc move win95 to win_dib, add Tiffile 2002-06-12 03:37:23 +00:00
Frank Warmerdam
9a9ed79992 updated contrib info 2002-06-12 03:35:49 +00:00
Frank Warmerdam
7fdded8a38 New 2002-06-12 03:30:24 +00:00
Frank Warmerdam
652bc9e6b8 obsolete 2002-06-12 03:29:38 +00:00
Frank Warmerdam
018acb17d9 New 2002-06-12 03:23:29 +00:00
Frank Warmerdam
29e261ef94 obsolete 2002-06-12 03:23:20 +00:00
Frank Warmerdam
6181e05b84 Applied huge patch from Scott. See bugzilla for details.
http://bugzilla.remotesensing.org/show_bug.cgi?id=156
2002-06-12 02:44:40 +00:00
Frank Warmerdam
5e0c6ea995 Added link to bugzilla input from Scott. 2002-06-12 02:29:11 +00:00
Andrey Kiselev
b7a6cf276a *** empty log message *** 2002-06-02 11:41:23 +00:00
Frank Warmerdam
216ddbf235 Updated link to test images. 2002-05-17 19:15:43 +00:00
Andrey Kiselev
3877c58d11 *** empty log message *** 2002-05-10 10:49:55 +00:00
Andrey Kiselev
ff51d7a6aa New commandline switches to override resolution units obtained from the input
file. Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=131
2002-05-10 10:45:43 +00:00
Andrey Kiselev
4dff88aba4 *** empty log message *** 2002-04-26 08:57:57 +00:00
Andrey Kiselev
62fc04a1a7 Added missed declaration. 2002-04-26 08:55:17 +00:00
Andrey Kiselev
1cf9042ecb *** empty log message *** 2002-04-22 07:35:27 +00:00
Andrey Kiselev
2484287354 Updated to reflect latest changes in libtiff. Closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=125
2002-04-22 07:32:24 +00:00
Andrey Kiselev
0a42ac77b2 *** empty log message *** 2002-04-20 12:20:08 +00:00
Andrey Kiselev
f21d08fc39 Pointers to custom procedures in TIFFClientOpen() are checked to be not
NULL-pointers.
2002-04-20 12:16:52 +00:00
Andrey Kiselev
99a96cf1a1 Updated for using tif_tagmethods structure. 2002-04-18 13:24:35 +00:00
Andrey Kiselev
f1c5bd7e1e Added missed declarations. 2002-04-18 13:24:15 +00:00
Andrey Kiselev
9532ac8a74 *** empty log message *** 2002-04-18 13:23:46 +00:00
Andrey Kiselev
9aa337d9f0 *** empty log message *** 2002-04-17 13:09:04 +00:00
Andrey Kiselev
a8e46b54e5 *** empty log message *** 2002-04-16 14:18:16 +00:00
Andrey Kiselev
d02bbd0006 Additional check for data integrity. Should finally close
http://bugzilla.remotesensing.org/show_bug.cgi?id=100
2002-04-16 13:49:14 +00:00
Andrey Kiselev
a9a67d4b70 *** empty log message *** 2002-04-09 20:57:02 +00:00
Andrey Kiselev
0aa0a6dbce Divide by zero fixed. Closes
http://bugzilla.remotesensing.org/show_bug.cgi?id=88
2002-04-09 20:48:53 +00:00
Andrey Kiselev
c47f69530c *** empty log message *** 2002-04-09 20:10:28 +00:00
Andrey Kiselev
edf96b1546 Added description for the TIFFCheckpointDirectory() function. 2002-04-09 20:01:27 +00:00
Andrey Kiselev
3970e1fce0 TIFFCheckpointDirectory() routine added. 2002-04-09 19:36:12 +00:00
Andrey Kiselev
216bf01be7 *** empty log message *** 2002-04-08 17:07:44 +00:00
Andrey Kiselev
0623f17aa1 Somebody makes a bug in tif_dirread.c when TIFFCreateAnonFieldInfo was introduced.
Closes http://bugzilla.remotesensing.org/show_bug.cgi?id=119 in case
of _cvs_00000-00.tif, _cvs_00000-01.tif and _cvs_00000-02.tif.
2002-04-08 17:07:19 +00:00
Andrey Kiselev
336485980d *** empty log message *** 2002-04-08 15:41:04 +00:00
Andrey Kiselev
88101ad83f The way of codecs checking in TIFFRGBAImageOK changed. Now it has used
tif->tif_decodestatus and tif->tif_encodestatus.
2002-04-08 15:36:03 +00:00
Andrey Kiselev
77c65d09d3 Introduced additional members tif->tif_decodestatus and tif->tif_encodestatus
for correct handling of unconfigured codecs (we should not try to read data
or to define data size without correct codecs).
2002-04-08 15:32:05 +00:00