Commit Graph

564 Commits

Author SHA1 Message Date
Andrey Kiselev
9e316db6e6 Fixed formatting. 2002-10-02 08:47:29 +00:00
Andrey Kiselev
ff993722c9 Another fix for the fetching SBYTE arrays by the TIFFFetchByteArray()
function. Should finally resolve
http://bugzilla.remotesensing.org/show_bug.cgi?id=52
2002-10-02 08:46:54 +00:00
Frank Warmerdam
b7acbf192d added SCO Open Server support 2002-09-29 18:14:48 +00:00
Andrey Kiselev
f88cde27fb Added manual page for raw2tiff(1) tool. 2002-09-15 16:44:52 +00:00
Andrey Kiselev
630fc85d44 Added manual page for the TIFFDataWidth() function. 2002-09-12 13:45:45 +00:00
Andrey Kiselev
dd84bac9be Added manual page for TIFFDataWidth() function. 2002-09-12 13:32:41 +00:00
Andrey Kiselev
8478ad5a42 Typo fixed. 2002-09-12 12:50:21 +00:00
Andrey Kiselev
d07a6899ec TIFFDataWidth() moved to tiffio.h 2002-09-12 12:33:30 +00:00
Frank Warmerdam
3f6fe56d7b expand v[2] to v[4] in TIFFFetchShortPair() as per bug 196 2002-09-08 18:01:20 +00:00
Frank Warmerdam
5ae8f23ee7 bug80 - remove BeginData/EndData from PostScript output 2002-09-08 17:49:22 +00:00
Andrey Kiselev
83daf89ba1 *** empty log message *** 2002-09-02 15:42:25 +00:00
Andrey Kiselev
7e5d9d5659 Fixed problem with SBYTE type data fetching in TIFFFetchByteArray(). Problem
described in http://bugzilla.remotesensing.org/show_bug.cgi?id=52
2002-09-02 15:39:45 +00:00
Andrey Kiselev
43539aa66a *** empty log message *** 2002-08-23 11:24:25 +00:00
Andrey Kiselev
5b3e083d9c *** empty log message *** 2002-08-22 18:32:55 +00:00
Andrey Kiselev
1ed16b4290 Further additions to free custom fields in _TIFFSetupFieldInfo() function.
See http://bugzilla.remotesensing.org/show_bug.cgi?id=169 for details.
2002-08-22 18:31:40 +00:00
Andrey Kiselev
c70e384ae5 *** empty log message *** 2002-08-22 16:53:50 +00:00
Andrey Kiselev
6001430ec2 Additional consistency checking added in LZWDecode() and LZWDecodeCompat(). 2002-08-22 16:50:50 +00:00
Andrey Kiselev
becb4e7ffa *** empty log message *** 2002-08-22 15:17:18 +00:00
Andrey Kiselev
9b829f8c18 Added check for valid code lengths in LZWDecode() and LZWDecodeCompat().
Fixes http://bugzilla.remotesensing.org/show_bug.cgi?id=115
2002-08-22 15:13:27 +00:00
Andrey Kiselev
ff411c24b5 Fixes in orientation support. 2002-08-18 17:29:17 +00:00
Andrey Kiselev
202b3ade1d *** empty log message *** 2002-08-16 15:53:50 +00:00
Andrey Kiselev
78c469463f Missed declarations added 2002-08-16 15:19:02 +00:00
Frank Warmerdam
f09aa10ad4 Ensure that TIFFRGBAImageBegin() returns the return code from the underlying
pick function.  http://bugzilla.remotesensing.org/show_bug.cgi?id=177
2002-08-15 15:13:33 +00:00
Frank Warmerdam
6663496bbf *** empty log message *** 2002-08-15 15:12:38 +00:00
Frank Warmerdam
f8a0f2f641 added comment 2002-08-15 12:59:50 +00:00
Frank Warmerdam
e73fae909d cleanup anonymous field memory as per bug 169 2002-08-15 12:59:25 +00:00
Frank Warmerdam
5cf0697401 move fIELD_CODEC to 66 to avoid overlap with FIELD_CUSTOM 2002-08-15 12:59:08 +00:00
Frank Warmerdam
b34afe14a1 added raw2tiff.c to dist list 2002-08-15 12:58:31 +00:00
Frank Warmerdam
07655e06d6 bug 169 2002-08-15 12:57:16 +00:00
Andrey Kiselev
10450bf936 Added -i commandline switch to handle different types of data interleaving 2002-08-12 15:32:37 +00:00
Andrey Kiselev
48cd8465bb *** empty log message *** 2002-08-10 15:34:35 +00:00
Andrey Kiselev
9d0b2d19e0 New tool: raw2tiff --- raw images to TIFF converter. No manual page yet. 2002-08-10 15:25:54 +00:00
Frank Warmerdam
e8e71cf027 Fixed nrows setting in JPEGDecode() as per bug 129 in bugzilla.
Also corrected check for YCBCR photometric mode in subsampling hack code.
2002-07-31 21:36:08 +00:00
Frank Warmerdam
63067a98c7 bug 129 2002-07-31 21:25:41 +00:00
Frank Warmerdam
c78a5bdc6d bugs 168 and 129 2002-07-31 21:12:43 +00:00
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