Bob Friesenhahn
a4e657cc8a
* test {tiff2pdf.sh tiff2ps-EPS1.sh tiff2ps-PS1.sh tiff2ps-PS2.sh
...
tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh
tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh
tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh
tiffdump.sh tiffinfo.sh}: Added more test scripts based on
suggestions from Lee Howard posted to the tiff list on 13 Sep
2007.
2008-05-24 22:24:25 +00:00
Frank Warmerdam
75430ed547
prepare for 4.0.0beta2
2008-05-24 02:54:13 +00:00
Frank Warmerdam
6302edc888
update upload step
2008-05-24 02:53:41 +00:00
Frank Warmerdam
8035f41012
remove Id - it is causing low value churn after autogen
2008-05-24 02:25:25 +00:00
Frank Warmerdam
e019c52f55
deal with a leak, and a possible runtime problem reported by coverity
2008-05-24 02:14:11 +00:00
Frank Warmerdam
90c84b3440
major update from Richard Nolde ( #1888 )
2008-05-24 00:18:55 +00:00
Frank Warmerdam
8a241d9f11
avoid leaks, dead code
2008-05-23 19:52:49 +00:00
Frank Warmerdam
09fe8fabf4
fix some coverity reported problems
2008-05-23 17:24:41 +00:00
Frank Warmerdam
e6f5098ee8
Update bugzilla location.
2008-05-18 17:21:59 +00:00
Frank Warmerdam
d4099b8eee
update for 4.0.0beta1 release
2008-05-18 16:25:47 +00:00
Frank Warmerdam
a8ecdf825d
Use TIFF_SETGET_ASCII for Pixar Texture tags
2008-05-18 16:18:30 +00:00
Bob Friesenhahn
d3b0d3dd38
Back out accidental change.
2008-05-09 16:23:29 +00:00
Bob Friesenhahn
9015352474
* Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not like
...
"ACLOCAL_AMFLAGS=-I ./m4". It wants "ACLOCAL_AMFLAGS=-I m4".
2008-05-09 16:20:49 +00:00
Andrey Kiselev
03db22ad51
*** empty log message ***
2008-04-15 14:25:20 +00:00
Andrey Kiselev
73865f3af5
Added tests for short tags with pairs of values.
2008-04-15 14:20:30 +00:00
Andrey Kiselev
924a2d8827
Added CheckShortPairedField() function.
2008-04-15 14:19:37 +00:00
Andrey Kiselev
c87f985159
Added tifftest.h.
2008-04-15 14:19:08 +00:00
Andrey Kiselev
f52bf76e67
New.
2008-04-15 14:18:36 +00:00
Andrey Kiselev
758e3eb654
Fixed description of the TIFFTAG_NUMBEROFINKS tag.
2008-04-15 13:54:55 +00:00
Andrey Kiselev
a4317025a9
Remove test for "PixarTextureformat" tag because of its unclear status and
...
format of contents; test passes now.
2008-04-15 13:32:12 +00:00
Andrey Kiselev
481c2432f2
Use _TIFFRewriteField() instead of TIFFRewriteField().
2008-04-15 12:53:07 +00:00
Andrey Kiselev
35b0e74065
Make nfields variable to be the size_t instead of uint32 in
...
TIFFMergeFieldInfo().
2008-04-14 09:35:43 +00:00
Andrey Kiselev
1bf045a2e1
*** empty log message ***
2008-04-14 09:05:50 +00:00
Andrey Kiselev
07818e9356
Get rid of some of "dereferencing type-punned" warnings by converting
...
tdir_offset field of TIFFDirEntry structure into union.
2008-04-14 09:05:25 +00:00
Andrey Kiselev
3dc82cc7b7
*** empty log message ***
2008-04-10 11:11:54 +00:00
Andrey Kiselev
4441831fef
Added record about TIFFRewriteField() removal.
2008-04-10 11:11:43 +00:00
Andrey Kiselev
8c8cc432e5
TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from the
...
public interface. Type of its 'count' parameter changed from uint32 to
tmsize_t.
2008-04-10 11:08:48 +00:00
Andrey Kiselev
3c99131a41
Make tif_nfields and tif_nfieldscompat fields of the tiff structure have the
...
size_t type instead of uint32.
2008-04-10 10:42:53 +00:00
Andrey Kiselev
33dbe6c262
Added support for MSVS 6.0.
2008-04-09 09:33:30 +00:00
Andrey Kiselev
08f6554c50
Use custom functions _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble() to
...
convert 64-bit integers into floating point values on MSVS 6.0 platform.
2008-04-09 08:58:11 +00:00
Bob Friesenhahn
88d7b2ff9f
Reduce compilation warnings.
2008-03-28 01:42:06 +00:00
Bob Friesenhahn
7e4803b57f
Need to include string.h for strncmp()
2008-03-28 01:10:39 +00:00
Frank Warmerdam
e80d604df0
disable tag size sanity checks (GDAL #2005 )
2008-03-14 05:58:40 +00:00
Joris Van Damme
809dbe933b
handling for PageNumber tag values different from 2
2008-02-09 09:51:46 +00:00
Frank Warmerdam
e8ca21280f
added missing swab functions needed for tiffdump
2008-02-04 05:41:00 +00:00
Frank Warmerdam
d3d2ef5638
avoid attempting jpeg subsampling fixup if stripbytecount[0] is zero
2008-02-01 21:50:24 +00:00
Frank Warmerdam
f2f169eb0e
add extra casts in TIFFRewriteField to avoid warnings
2008-01-07 15:50:02 +00:00
Frank Warmerdam
e9cb45c2ee
fix 64bit type issues
2008-01-07 15:47:54 +00:00
Frank Warmerdam
be56f42493
ifdef out unused functions
2008-01-01 16:26:13 +00:00
Frank Warmerdam
2e8e250054
Fix clean rules to be more precise, avoiding warnings from "del"
...
when running them after a full build.
2008-01-01 15:53:10 +00:00
Frank Warmerdam
c080e30701
info on various fixes from Edward Lam
2008-01-01 15:49:43 +00:00
Frank Warmerdam
41feaacb78
Fix 64-bit warnings when compiling under MSVC 2005 (x64).
2008-01-01 15:49:00 +00:00
Frank Warmerdam
bee6b8237d
Changes to reflect the fact that TIFFFieldWithTag() and TIFFFieldWithName()
...
now return TIFFField pointers instead of TIFFFieldInfo pointers.
2008-01-01 15:46:28 +00:00
Frank Warmerdam
3e75fc789f
Added ssize_t typedef on Windows since it doesn't exist. This makes
...
it compile again on Windows.
2008-01-01 15:45:14 +00:00
Frank Warmerdam
e47164d103
Fix 64-bit warnings when compiling under MSVC 2005 (x64).
...
Fixed bad calls to TIFFErrorExt()
2008-01-01 15:41:49 +00:00
Frank Warmerdam
9c57ea610d
Fix 64-bit warnings when compiling under MSVC 2005 (x64).
2008-01-01 15:41:22 +00:00
Frank Warmerdam
8b57e5cd14
modify CreateFileMapping() for win64
2008-01-01 15:35:54 +00:00
Frank Warmerdam
bdc4949566
support WIN64 builds
2008-01-01 15:27:41 +00:00
Frank Warmerdam
19fb2c9918
added rewrite_tag test
2008-01-01 13:57:21 +00:00
Frank Warmerdam
586a6869b7
New
2008-01-01 13:55:23 +00:00