| /libtiff-4.0.7/ |
| H A D | ChangeLog | 105 * libtiff/tif_predict.h, libtiff/tif_predict.c: 468 * libtiff/tif_dir.c, libtiff/tif_dirinfo.c, libtiff/tif_compress.c, 480 * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c, 579 * libtiff/tif_fax3.c, libtiff/tif_lzw.c, libtiff/tif_predict.c: 1024 * libtiff/tif_getimage.c, libtiff/tif_ojpeg.c, libtiff/tif_zip.c: fix 1634 * libtiff/libtiff.def: Restore TIFFMergeFieldInfo. 1907 * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c, 2262 * libtiff/tif_color.c, libtiff/tif_getimage.c, libtiff/tiffio.h, 2445 * libtiff/libtiff.def: Add TIFFUnsetField. 6035 * /libtiff/{Makefile.vc, libtiff.def}: [all …]
|
| H A D | Makefile.am | 47 libtiff-4.pc.in \ 64 SUBDIRS = port libtiff tools build contrib test man html subdir 69 …libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_… 72 pkgconfig_DATA = libtiff-4.pc 77 COVERITY_TARBALL=libtiff.xz
|
| H A D | HOWTO-RELEASE | 47 do with the libtiff release version numbers. 49 Note that as of libtiff 4.X, proper ELF versioning is used so 58 * libtiff 4.0.0 released. 73 mkdir libtiff-build 74 cd libtiff-build 75 /path/to/libtiff/configure --enable-maintainer-mode 85 This will update "RELEASE-DATE", "VERSION", and libtiff/tiffvers.h 89 VERSION and libtiff/tiffvers.h is right. 116 [email protected]:/osgeo/download/libtiff
|
| H A D | Makefile.vc | 40 cd libtiff 53 cd libtiff
|
| H A D | Makefile.in | 129 CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 130 $(top_builddir)/libtiff/tiffconf.h 131 CONFIG_CLEAN_FILES = libtiff-4.pc 218 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libtiff-4.pc.in \ 435 libtiff-4.pc.in \ 439 SUBDIRS = port libtiff tools build contrib test man html 441 pkgconfig_DATA = libtiff-4.pc 446 COVERITY_TARBALL = libtiff.xz 485 libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in 979 …libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_…
|
| H A D | HOWTO-SECURITY-RELEASE | 6 and other security holes in libtiff put many users at risk. To that end 15 in libtiff. Make sure to prefix subject with [vs]. More info at:
|
| H A D | README | 1 $Header: /cvs/maptools/cvsroot/libtiff/README,v 1.7 2012-02-18 21:53:27 bfriesen Exp $ 17 ftp://ftp.remotesensing.org/pub/libtiff/ 28 found online at http://www.remotesensing.org/libtiff/.
|
| /libtiff-4.0.7/libtiff/ |
| H A D | Makefile.am | 27 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 34 libtiff.def \ 35 libtiff.map \ 115 lib_LTLIBRARIES = libtiff.la 127 libtiff_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libtiff.map 141 libtiffxx_la_DEPENDENCIES = libtiff.la
|
| H A D | Makefile.vc | 81 all: libtiff.lib $(DLLNAME) 89 libtiff.lib: tif_config.h tiffconf.h $(OBJ) 90 $(AR) /out:libtiff.lib ..\port\libport.lib $(OBJ) $(LIBS) 92 $(DLLNAME): tif_config.h tiffconf.h libtiff.def $(OBJ) 93 $(LD) /debug /dll /def:libtiff.def /out:$(DLLNAME) \
|
| H A D | CMakeLists.txt | 1 # CMake build for libtiff 40 libtiff.def 41 libtiff.map 118 ${tiff_port_SOURCES} libtiff.def) 130 "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map")
|
| H A D | Makefile.in | 125 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_8 = -Wl,--version-script=$(srcdir)/libtiff.map 129 subdir = libtiff 453 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 455 EXTRA_DIST = CMakeLists.txt Makefile.vc SConstruct libtiff.def \ 456 libtiff.map libtiffxx.map tif_config.h-vms \ 484 lib_LTLIBRARIES = libtiff.la $(am__append_6) 491 libtiffxx_la_DEPENDENCIES = libtiff.la 510 $(AUTOMAKE) --foreign libtiff/Makefile 535 cd $(top_builddir) && $(SHELL) ./config.status libtiff/tif_config.h 547 cd $(top_builddir) && $(SHELL) ./config.status libtiff/tiffconf.h [all …]
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | README | 5 Subject: libtiff - Thanks 12 I noticed in the README from libtiff that you would like to know about 13 what people have done with libtiff, so I thought I would drop you a 16 We have used libtiff to create and convert TIFF images of financial 22 There is obviously a lot of work that has gone in to libtiff and the 25 One thing that libtiff did not do was work on a memory area rather than 28 for libtiff's benefit. I therefore constructed a set of functions to
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | Makefile.am | 26 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 39 AM_CPPFLAGS = -I$(top_srcdir)/libtiff
|
| H A D | CMakeLists.txt | 1 # CMake build for libtiff 30 include_directories(${PROJECT_SOURCE_DIR}/libtiff 31 ${PROJECT_BINARY_DIR}/libtiff
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | Makefile.am | 26 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 38 AM_CPPFLAGS = -I$(top_srcdir)/libtiff
|
| H A D | Makefile.vc | 7 LIBTIFF_DIR = ..\..\libtiff 9 INCL = -I..\..\libtiff 10 LIBS = $(LIBTIFF_DIR)\libtiff.lib
|
| H A D | CMakeLists.txt | 1 # CMake build for libtiff 29 include_directories(${PROJECT_SOURCE_DIR}/libtiff 30 ${PROJECT_BINARY_DIR}/libtiff
|
| H A D | README | 10 of the capability ... perhaps incorporation into the libtiff tools 53 main tiff IFD with libtiff. I hope to try this again later. 115 You will need a C compiler. You will need to have libtiff already 120 point to the correct location of the libtiff include files, and library. 141 o Sam Leffler since this only exists because of his libtiff.
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Makefile.w95 | 100 ALL= libtiff.lib 110 libtiff.lib: $(OBJS) 111 - del libtiff.lib 112 lib /OUT:libtiff.lib $(OBJS)
|
| /libtiff-4.0.7/contrib/dbs/ |
| H A D | Makefile.am | 28 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 45 AM_CPPFLAGS = -I$(top_srcdir)/libtiff
|
| H A D | CMakeLists.txt | 1 # CMake build for libtiff 25 include_directories(${PROJECT_SOURCE_DIR}/libtiff 26 ${PROJECT_BINARY_DIR}/libtiff
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | README | 5 mostly superceeded since libtiff 3.6.0. The described approach requires 6 internal knowledge of the libtiff API and tends to be very fragile 7 in the face of libtiff upgrades. 23 In the past, users of the "libtiff" package had to modify the 25 or codes not recognized by libtiff. Thus, whenever 26 a new revision of libtiff came out the client would have to 30 The latest versions of libtiff now provide client software new routines, 34 be recompiled when new versions of libtiff are released; no manual
|
| /libtiff-4.0.7/tools/ |
| H A D | Makefile.vc | 38 INCL = -I..\libtiff -I..\port -DNEED_LIBPORT 39 LIBS = $(LIBS) ..\port\libport.lib ..\libtiff\libtiff.lib
|
| H A D | Makefile.am | 27 LIBTIFF = $(top_builddir)/libtiff/libtiff.la 131 AM_CPPFLAGS = -I$(top_srcdir)/libtiff
|
| H A D | CMakeLists.txt | 1 # CMake build for libtiff 27 include_directories(${PROJECT_SOURCE_DIR}/libtiff 28 ${PROJECT_BINARY_DIR}/libtiff
|