Bob Friesenhahn
519b727004
* configure.ac: Support configuring TIFF_INT64_FORMAT and
...
TIFF_UINT64_FORMAT appropriately for MinGW32.
* tools/tiffdump.c (ReadDirectory): MinGW32 needs to use WIN32
printf conventions for 64-bit types because it uses the WIN32 CRT.
* libtiff/{tif_dumpmode.c,tif_luv.c,tif_lzw.c,tif_print.c,
tif_read.c,tif_strip.c,tif_thunder.c}: MinGW32 needs to use WIN32
printf conventions for 64-bit types because it uses the WIN32 CRT.
* tools/tiff2pdf.c (t2p_write_pdf_string): Fix printf syntax not
understood by WIN32 CRT.
2011-04-02 20:54:08 +00:00
Andrey Kiselev
004e0bab6d
Tiny formatting fixes to improve code navigation.
2010-07-02 11:06:29 +00:00
Bob Friesenhahn
e3538640b6
C files should not use C++ style comments.
2010-06-21 19:09:26 +00:00
Bob Friesenhahn
4e0d97f83c
* libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message so
...
that it is clearly a memory allocation error message, and also
includes the size of the allocation request.
2010-03-10 18:56:48 +00:00
Frank Warmerdam
46bac877c5
avoid 32/64bit casting warnings
2009-01-22 21:12:45 +00:00
Frank Warmerdam
c4c1a95ce4
fix ordering to avoid getopt redeclaration
2009-01-22 20:59:33 +00:00
Frank Warmerdam
3db9feb595
introduce libport.h prototypes to reduce warnings
2009-01-22 20:53:07 +00:00
Bob Friesenhahn
8d2fe9f4e2
* tools/tiffdump.c: When compiling for Microsoft Windows, apply
...
consistent (__int64) casting when testing if _lseeki64 has
successfully seeked as requested. This is necessary for large
file support to work since off_t is only 32-bit.
2008-08-12 21:52:03 +00:00
Andrey Kiselev
33dbe6c262
Added support for MSVS 6.0.
2008-04-09 09:33:30 +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
Andrey Kiselev
e16f59e6e2
Number of problems fixed; now this utility can be built with gcc.
2007-07-04 11:31:36 +00:00
Joris Van Damme
6b42b6bad5
BigTIFF upgrade: tiffdump.c, complete except for IO standard library functions
2007-06-13 13:01:43 +00:00
Frank Warmerdam
b86f199feb
preliminary support for MS MDI format, bug 1002
2005-11-21 03:35:05 +00:00
Andrey Kiselev
8c703c1e6e
Fixed typeshift and typemask arrays initialization problem as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=946
2005-10-31 13:08:19 +00:00
Andrey Kiselev
ad6776b90d
Fixed crash when reading malformed tags.
2005-09-28 12:10:22 +00:00
Andrey Kiselev
9ece518261
Avoid warnings.
2005-09-13 14:09:10 +00:00
Andrey Kiselev
7f535ed3f1
Added support for TIFF_IFD datatype.
2005-07-25 13:48:58 +00:00
Andrey Kiselev
2988cbc5cc
Fixed problem when read broken TIFFs with the wrong tag counts (Dmitry V.
...
Levin, Martin Pitt).
2005-01-05 20:38:38 +00:00
Andrey Kiselev
e7976c2ad8
Avoid warnings.
2004-09-03 08:16:01 +00:00
Andrey Kiselev
532d2ad4a7
config.h.in and config.h.vc files renamed in the tif_config.h.in and
...
tif_config.h.vc.
2004-08-01 10:35:02 +00:00
Andrey Kiselev
37001a073e
Avoid warnings.
2004-06-04 11:50:09 +00:00
Andrey Kiselev
1482f0bf43
MSVC updates.
2004-04-15 10:26:06 +00:00
Frank Warmerdam
e3ada41e8b
Added -m (maxitems) flag to usage message.
2003-09-02 13:28:09 +00:00
Frank Warmerdam
b049944746
Added TIFFTAG_JPEGTABLES entry in tag table.
2002-01-16 18:04:57 +00:00
Mike Welles
0ef31e1f62
Initial revision
1999-07-27 21:50:26 +00:00