Searched refs:thumbnail (Results 1 – 19 of 19) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | Makefile.lcc | 127 thumbnail: thumbnail.c ${LIBTIFF} 128 ${CC} -o thumbnail ${CFLAGS} thumbnail.c ${LIBS} -lm
|
| H A D | Makefile.am | 56 EXTRA_PROGRAMS = rgb2ycbcr thumbnail 61 thumbnail 85 thumbnail_SOURCES = thumbnail.c
|
| H A D | CMakeLists.txt | 50 add_executable(thumbnail thumbnail.c) target 51 target_link_libraries(thumbnail tiff port)
|
| H A D | thumbnail.c | 67 static uint8* thumbnail; variable 112 thumbnail = (uint8*) _TIFFmalloc(tnw * tnh); in main() 113 if (!thumbnail) { in main() 561 uint8* row = thumbnail; in setImage1() 651 return (TIFFWriteEncodedStrip(out, 0, thumbnail, tnw*tnh) != -1 && in generateThumbnail()
|
| H A D | Makefile.in | 124 EXTRA_PROGRAMS = rgb2ycbcr$(EXEEXT) thumbnail$(EXEEXT) 125 check_PROGRAMS = rgb2ycbcr$(EXEEXT) thumbnail$(EXEEXT) 165 am_thumbnail_OBJECTS = thumbnail.$(OBJEXT) 458 thumbnail_SOURCES = thumbnail.c 606 thumbnail$(EXEEXT): $(thumbnail_OBJECTS) $(thumbnail_DEPENDENCIES) $(EXTRA_thumbnail_DEPENDENCIES) 607 @rm -f thumbnail$(EXEEXT) 678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thumbnail.Po@am__quote@
|
| H A D | Makefile.vc | 33 rgb2ycbcr.exe thumbnail.exe raw2tiff.exe \
|
| /libtiff-4.0.7/test/ |
| H A D | tiffcp-thumbnail.sh | 7 outfile1=o-tiffcp-thumbnail-in.tif 8 outfile2=o-tiffcp-thumbnail-out.tif
|
| H A D | common.sh | 18 THUMBNAIL=${TOOLS}/thumbnail
|
| H A D | CMakeLists.txt | 45 tiffcp-thumbnail.sh 328 add_convert_test_multi(tiffcp thumbnail "" thumbnail "g3:1d" "" ""
|
| H A D | Makefile.am | 79 tiffcp-thumbnail.sh \
|
| H A D | Makefile.in | 416 tiffcp-logluv.sh tiffcp-thumbnail.sh tiffdump.sh tiffinfo.sh \ 670 tiffcp-thumbnail.sh \ 1206 tiffcp-thumbnail.sh.log: tiffcp-thumbnail.sh
|
| /libtiff-4.0.7/man/ |
| H A D | Makefile.am | 33 thumbnail.1 \
|
| H A D | CMakeLists.txt | 32 thumbnail.1
|
| H A D | Makefile.in | 339 thumbnail.1 \
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.am | 85 thumbnail.1.html \
|
| H A D | CMakeLists.txt | 78 thumbnail.1.html
|
| H A D | Makefile.in | 387 thumbnail.1.html \
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 939 thumbnail.exe,\ 1025 thumbnail.obj : thumbnail.c 1028 thumbnail.exe : thumbnail.obj
|
| H A D | ChangeLog | 327 the distribution. The libtiff tools rgb2ycbcr and thumbnail are 1075 * tools/thumbnail.c: fix out-of-buffer write 1152 * tools/thumbnail.c, tools/tiffcrop.c: "fix" heap read over-run found with 2007 * tools/{tiff2bw.c, thumbnail.c, pal2rgb.c}: Fix the count for 2510 * tools/{fax2tiff.c,thumbnail.c,tiff2pdf.c,tiff2ps.c,tiffdump.c, 2572 * tools/thumbnail.c: Eliminate crash noticed while running test 2708 tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh 2730 * tools/thumbnail.c: Check for TIFFOpen() failure. 5673 * tools/thumbnail.c: Memory leak fixed as reported by Robert S. Kissel. 5818 ras2tiff.c, raw2tiff.c, rgb2ycbcr.c, thumbnail.c, tiff2bw.c, [all …]
|