Searched refs:tiffcmp (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | CMakeLists.txt | 65 add_executable(tiffcmp tiffcmp.c) target 66 target_link_libraries(tiffcmp tiff port) 101 tiffcmp
|
A D | Makefile.am | 43 tiffcmp \ program 100 tiffcmp_SOURCES = tiffcmp.c
|
A D | Makefile.vc | 35 tiffcmp.exe tiffcp.exe tiffcrop.exe tiffdither.exe \
|
A D | tiffcmp.c | 57 static int tiffcmp(TIFF*, TIFF*); 100 while (tiffcmp(tif1, tif2)) { in main() 155 tiffcmp(TIFF* tif1, TIFF* tif2) in tiffcmp() function
|
A D | Makefile.in | 119 tiffcmp$(EXEEXT) tiffcp$(EXEEXT) tiffcrop$(EXEEXT) \ 180 am_tiffcmp_OBJECTS = tiffcmp.$(OBJEXT) 468 tiffcmp_SOURCES = tiffcmp.c 626 tiffcmp$(EXEEXT): $(tiffcmp_OBJECTS) $(tiffcmp_DEPENDENCIES) $(EXTRA_tiffcmp_DEPENDENCIES) 627 @rm -f tiffcmp$(EXEEXT) 683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiffcmp.Po@am__quote@
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | TODO | 4 o tiffcmp read data by strip/tile instead of scanline
|
A D | configure.com | 944 tiffcmp.exe,\ 1055 tiffcmp.obj : tiffcmp.c 1058 tiffcmp.exe : tiffcmp.obj
|
A D | ChangeLog | 381 such as tiffsplit, tiffcmp, thumbnail, etc. 3228 * man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Applied 4217 * tools/tiffcmp.c: Fixed floating point comparison logic as per bug 4264 tiff2rgba.1, tiffcmp.1, tiffcp.1, tiffdither.1, tiffdump.1, tiffgt.1, 4618 * tools/tiffcmp.c (CheckLongTag): Eliminate warning due to printf 5169 * tools/tiffcmp.c: Added ability to compare the 32-bit integer and 5618 * tools/tiffcmp.c (leof): Renamed from 'eof' in order to avoid 6574 * tools/tiffcmp.c, man/tiffcmp.1: Fixed problem with unused data 7371 * tiffcmp.c: Fixed multi samples per pixel support for ContigCompare. 7372 Updated bug section of tiffcmp.1 to note tiled file issues. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/man/ |
A D | Makefile.am | 36 tiffcmp.1 \
|
A D | CMakeLists.txt | 35 tiffcmp.1
|
A D | Makefile.in | 342 tiffcmp.1 \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | common.sh | 23 TIFFCMP=${TOOLS}/tiffcmp
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/ |
A D | Makefile.am | 88 tiffcmp.1.html \
|
A D | CMakeLists.txt | 81 tiffcmp.1.html
|
A D | Makefile.in | 390 tiffcmp.1.html \
|
Completed in 32 milliseconds