Home
last modified time | relevance | path

Searched refs:tiff (Results 1 – 25 of 38) sorted by relevance

12

/libtiff-4.0.7/man/
H A DMakefile.am50 libtiff.3tiff \
52 TIFFClose.3tiff \
53 TIFFcodec.3tiff \
54 TIFFcolor.3tiff \
56 TIFFError.3tiff \
63 TIFFFlush.3tiff \
66 TIFFOpen.3tiff \
68 TIFFquery.3tiff \
82 TIFFsize.3tiff \
84 TIFFswab.3tiff \
[all …]
H A DCMakeLists.txt49 libtiff.3tiff
51 TIFFClose.3tiff
52 TIFFcodec.3tiff
53 TIFFcolor.3tiff
55 TIFFError.3tiff
62 TIFFFlush.3tiff
65 TIFFOpen.3tiff
67 TIFFquery.3tiff
81 TIFFsize.3tiff
83 TIFFswab.3tiff
[all …]
H A DMakefile.in356 libtiff.3tiff \
358 TIFFClose.3tiff \
359 TIFFcodec.3tiff \
360 TIFFcolor.3tiff \
362 TIFFError.3tiff \
369 TIFFFlush.3tiff \
372 TIFFOpen.3tiff \
374 TIFFquery.3tiff \
388 TIFFsize.3tiff \
390 TIFFswab.3tiff \
[all …]
/libtiff-4.0.7/html/man/
H A DMakefile.am35 libtiff.3tiff.html \
37 TIFFClose.3tiff.html \
38 TIFFcodec.3tiff.html \
39 TIFFcolor.3tiff.html \
41 TIFFError.3tiff.html \
48 TIFFFlush.3tiff.html \
51 TIFFOpen.3tiff.html \
53 TIFFquery.3tiff.html \
67 TIFFsize.3tiff.html \
69 TIFFswab.3tiff.html \
[all …]
H A DCMakeLists.txt28 libtiff.3tiff.html
30 TIFFClose.3tiff.html
31 TIFFcodec.3tiff.html
32 TIFFcolor.3tiff.html
34 TIFFError.3tiff.html
41 TIFFFlush.3tiff.html
44 TIFFOpen.3tiff.html
46 TIFFquery.3tiff.html
60 TIFFsize.3tiff.html
62 TIFFswab.3tiff.html
[all …]
H A DMakefile.in337 libtiff.3tiff.html \
339 TIFFClose.3tiff.html \
340 TIFFcodec.3tiff.html \
341 TIFFcolor.3tiff.html \
343 TIFFError.3tiff.html \
350 TIFFFlush.3tiff.html \
353 TIFFOpen.3tiff.html \
355 TIFFquery.3tiff.html \
369 TIFFsize.3tiff.html \
371 TIFFswab.3tiff.html \
[all …]
/libtiff-4.0.7/tools/
H A Dtiffset.c60 GetField(TIFF *tiff, const char *tagname) in GetField() argument
67 fip = TIFFFieldWithName(tiff, tagname); in GetField()
80 TIFF *tiff; in main() local
86 tiff = TIFFOpen(argv[argc-1], "r+"); in main()
87 if (tiff == NULL) in main()
115 fip = GetField(tiff, tagname); in main()
130 fip = GetField(tiff, tagname); in main()
252 ret = TIFFSetField(tiff, TIFFFieldTag(fip), in main()
255 ret = TIFFSetField(tiff, TIFFFieldTag(fip), in main()
344 TIFFRewriteDirectory(tiff); in main()
[all …]
H A DCMakeLists.txt33 target_link_libraries(fax2ps tiff port)
36 target_link_libraries(fax2tiff tiff port)
39 target_link_libraries(pal2rgb tiff port)
42 target_link_libraries(ppm2tiff tiff port)
45 target_link_libraries(raw2tiff tiff port)
54 target_link_libraries(tiff2bw tiff port)
57 target_link_libraries(tiff2pdf tiff port)
60 target_link_libraries(tiff2ps tiff port)
66 target_link_libraries(tiffcmp tiff port)
69 target_link_libraries(tiffcp tiff port)
[all …]
/libtiff-4.0.7/contrib/dbs/
H A DCMakeLists.txt29 add_executable(tiff-bi tiff-bi.c)
30 target_link_libraries(tiff-bi tiff port)
32 add_executable(tiff-grayscale tiff-grayscale.c)
33 target_link_libraries(tiff-grayscale tiff port)
35 add_executable(tiff-palette tiff-palette.c)
36 target_link_libraries(tiff-palette tiff port)
38 add_executable(tiff-rgb tiff-rgb.c)
39 target_link_libraries(tiff-rgb tiff port)
H A DMakefile.am34 noinst_PROGRAMS = tiff-bi tiff-grayscale tiff-palette tiff-rgb
36 tiff_bi_SOURCES = tiff-bi.c
38 tiff_grayscale_SOURCES = tiff-grayscale.c
40 tiff_palette_SOURCES = tiff-palette.c
42 tiff_rgb_SOURCES = tiff-rgb.c
H A DMakefile.in116 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
117 tiff-palette$(EXEEXT) tiff-rgb$(EXEEXT)
133 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
146 am_tiff_rgb_OBJECTS = tiff-rgb.$(OBJEXT)
410 tiff_bi_SOURCES = tiff-bi.c
414 tiff_palette_SOURCES = tiff-palette.c
416 tiff_rgb_SOURCES = tiff-rgb.c
463 @rm -f tiff-bi$(EXEEXT)
467 @rm -f tiff-grayscale$(EXEEXT)
471 @rm -f tiff-palette$(EXEEXT)
[all …]
/libtiff-4.0.7/test/images/
H A DREADME.txt4 photometric-channels-bits.tiff
6 minisblack-1c-16b.tiff
7 minisblack-1c-8b.tiff
8 miniswhite-1c-1b.tiff
9 palette-1c-1b.tiff
10 palette-1c-4b.tiff
11 palette-1c-8b.tiff
12 rgb-3c-16b.tiff
13 rgb-3c-8b.tiff
15 logluv-3c-16b.tiff: logluv compression/photometric interp
[all …]
/libtiff-4.0.7/test/
H A DCMakeLists.txt111 images/logluv-3c-16b.tiff
116 images/palette-1c-1b.tiff
117 images/palette-1c-4b.tiff
118 images/palette-1c-8b.tiff
119 images/rgb-3c-16b.tiff
120 images/rgb-3c-8b.tiff
121 images/quad-tile.jpg.tiff)
140 images/palette-1c-1b.tiff
141 images/palette-1c-4b.tiff
142 images/palette-1c-8b.tiff
[all …]
H A Dcommon.sh34 IMG_MINISBLACK_1C_16B=${IMAGES}/minisblack-1c-16b.tiff
35 IMG_MINISBLACK_1C_8B=${IMAGES}/minisblack-1c-8b.tiff
36 IMG_MINISWHITE_1C_1B=${IMAGES}/miniswhite-1c-1b.tiff
37 IMG_PALETTE_1C_1B=${IMAGES}/palette-1c-1b.tiff
38 IMG_PALETTE_1C_4B=${IMAGES}/palette-1c-4b.tiff
39 IMG_PALETTE_1C_8B=${IMAGES}/palette-1c-8b.tiff
40 IMG_RGB_3C_16B=${IMAGES}/rgb-3c-16b.tiff
41 IMG_RGB_3C_8B=${IMAGES}/rgb-3c-8b.tiff
42 IMG_MINISBLACK_2C_8B_ALPHA=${IMAGES}/minisblack-2c-8b-alpha.tiff
H A DMakefile.am145 images/logluv-3c-16b.tiff \
146 images/minisblack-1c-16b.tiff \
147 images/minisblack-1c-8b.tiff \
149 images/miniswhite-1c-1b.tiff \
150 images/palette-1c-1b.tiff \
151 images/palette-1c-4b.tiff \
152 images/palette-1c-8b.tiff \
153 images/rgb-3c-16b.tiff \
154 images/rgb-3c-8b.tiff \
155 images/quad-tile.jpg.tiff
[all …]
H A DMakefile.in737 images/logluv-3c-16b.tiff \
738 images/minisblack-1c-16b.tiff \
739 images/minisblack-1c-8b.tiff \
741 images/miniswhite-1c-1b.tiff \
742 images/palette-1c-1b.tiff \
743 images/palette-1c-4b.tiff \
744 images/palette-1c-8b.tiff \
745 images/rgb-3c-16b.tiff \
746 images/rgb-3c-8b.tiff \
747 images/quad-tile.jpg.tiff
[all …]
/libtiff-4.0.7/contrib/stream/
H A DREADME1 Subject: tiff stream interface (contrib)
6 Here at Shutterfly we have augmented the file based tiff library to support
9 (e.g. read, write, seek and close) into the tiff's library client state.
13 a tiff handle. The class retains the tiff handle in its local state and
21 the tiff core piece and the class sits on top of the library. The code is
26 of tiff library users and would like to contribute this software to be part
27 of the tiff distributed package. Let me know of any issue.
/libtiff-4.0.7/libtiff/
H A DCMakeLists.txt45 tiff.h
117 add_library(tiff ${tiff_SOURCES} ${tiff_HEADERS} ${nodist_tiff_HEADERS} target
119 target_link_libraries(tiff ${TIFF_LIBRARY_DEPS})
120 set_target_properties(tiff PROPERTIES SOVERSION ${SO_COMPATVERSION})
126 set_target_properties(tiff PROPERTIES VERSION ${SO_VERSION})
129 set_target_properties(tiff PROPERTIES LINK_FLAGS
133 install(TARGETS tiff
143 target_link_libraries(tiffxx tiff)
H A DMakefile.lcc38 INCS= tiff.h tiffio.h
106 ${OBJS}: tiffio.h tiff.h tiffcomp.h tiffiop.h tiffconf.h
H A DSConstruct71 StaticLibrary('tiff', SRCS)
72 SharedLibrary('tiff', SRCS)
/libtiff-4.0.7/
H A Dtiff.spec32 include tiff.version
33 include tiff.alpha
35 product tiff
H A DHOWTO-RELEASE99 Two files with names tiff-version.tar.gz and tiff-version.zip will
115 scp tiff-*.tar.gz tiff-*.zip \
118 16. Announce to list, tiff@lists.maptools.org
H A DChangeLog2152 * html/man/TIFFGetField.3tiff.html, html/man/TIFFSetField.3tiff.html:
2162 * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the
3736 * man/{TIFFGetField.3tiff, TIFFSetField.3tiff}: Documented
4231 * libtiff/tiff.h: Added predictor constants.
4603 * libtiff/tiff.h: Added Adobe DNG tags.
5961 * libtiff/tiff.h: Don't do special type handling in tiff.h unless
5968 * libtiff/tiff.h: added COMPRESSION_JP2000.
6067 present in the tiff tags.
6370 in keeping with TIFF 6.0 standard in tiff.h
6540 * tiff.h: removed, it duplicates libtiff/tiff.h.
[all …]
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.Tiffile3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff
5 tiff file suported by libtiff and easily convert it to a DIB. The disadvantage
8 pixel, rather than 1 bit). I read tiff files, but don't need to
H A DMakefile.w9538 INCS= tiff.h tiffio.h

12