| /libtiff-4.0.7/port/ |
| H A D | snprintf.c | 14 int _TIFF_vsnprintf_f(char* str, size_t size, const char* format, va_list ap) in _TIFF_vsnprintf_f() argument 19 count = _vsnprintf_s(str, size, _TRUNCATE, format, ap); in _TIFF_vsnprintf_f() 21 count = _vscprintf(format, ap); in _TIFF_vsnprintf_f() 26 int _TIFF_snprintf_f(char* str, size_t size, const char* format, ...) in _TIFF_snprintf_f() argument 31 va_start(ap, format); in _TIFF_snprintf_f() 32 count = vsnprintf(str, size, format, ap); in _TIFF_snprintf_f()
|
| H A D | libport.h | 57 int snprintf(char* str, size_t size, const char* format, ...);
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 427 int format; member 2462 if (dump.format != DUMP_NONE) in main() 2494 if (format == DUMP_TEXT) in dump_data() 2533 if (format == DUMP_TEXT) in dump_byte() 2568 if (format == DUMP_TEXT) in dump_short() 2605 if (format == DUMP_TEXT) in dump_long() 2641 if (format == DUMP_TEXT) in dump_wide() 2668 if (format == DUMP_TEXT) in dump_info() 2695 if (format == DUMP_TEXT) in dump_buffer() 3958 dump_info (dumpfile, format, "", in combineSeparateSamples16bits() [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tiffconf.h-vms | 27 /* Define as 0 or 1 according to the floating point format suported by the 62 /* Support Pixar log-format algorithm (requires Zlib) */
|
| H A D | tif_pixarlog.c | 608 int format = td->td_sampleformat; in PixarLogGuessDataFmt() local 615 if (format == SAMPLEFORMAT_IEEEFP) in PixarLogGuessDataFmt() 619 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_UINT) in PixarLogGuessDataFmt() 623 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_INT) in PixarLogGuessDataFmt() 627 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_UINT) in PixarLogGuessDataFmt() 631 if (format == SAMPLEFORMAT_VOID || format == SAMPLEFORMAT_UINT) in PixarLogGuessDataFmt()
|
| H A D | tiffconf.h.in | 51 /* Define as 0 or 1 according to the floating point format suported by the 87 /* Support Pixar log-format algorithm (requires Zlib) */
|
| H A D | tiffconf.h.cmake.in | 54 /* Define as 0 or 1 according to the floating point format suported by the 90 /* Support Pixar log-format algorithm (requires Zlib) */
|
| H A D | tif_config.h-vms | 7 /* Define as 0 or 1 according to the floating point format suported by the
|
| H A D | tif_config.h.in | 61 /* Define as 0 or 1 according to the floating point format suported by the 213 /* Support Microsoft Document Imaging format */ 246 /* Support Pixar log-format algorithm (requires Zlib) */
|
| H A D | tiffiop.h | 63 extern int snprintf(char* str, size_t size, const char* format, ...);
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | README | 4 Purpose: Convert between IPTC binary and a "special" IPTC text file format.
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.Tiffile | 12 to the output raster, rather than expanding out to full 32 bit format. It
|
| H A D | README.tiff2dib | 42 Since DIB is the "natural" bitmap format for Windows 3.1, 95 and NT,
|
| /libtiff-4.0.7/ |
| H A D | nmake.opt | 64 # (required for Deflate compression and Pixar log-format) 80 # Uncomment following line to enable Pixar log-format algorithm
|
| H A D | configure.ac | 342 AC_MSG_CHECKING([for 'size_t' format specifier]) 468 dnl Set the floating point format. 472 …_IEEEFP, $HAVE_IEEEFP, [Define as 0 or 1 according to the floating point format suported by the ma… 575 AC_DEFINE(MDI_SUPPORT,1,[Support Microsoft Document Imaging format]) 631 dnl Check for Pixar log-format algorithm. 636 [disable support for Pixar log-format algorithm (requires Zlib)]), 641 [Support Pixar log-format algorithm (requires Zlib)]) 1100 LOC_MSG([ Pixar log-format algorithm: ${HAVE_PIXARLOG}])
|
| H A D | CMakeLists.txt | 514 # Option for Pixar log-format algorithm 516 # Pixar log format 517 option(pixarlog "support for Pixar log-format algorithm (requires Zlib)" ON) 753 message(STATUS " Pixar log-format algorithm: ${pixarlog} (requested) ${PIXARLOG_SUPPORT} (…
|
| H A D | aclocal.m4 | 1066 # Check how to create a tarball in format FORMAT. 1091 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1103 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1110 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1121 [m4_fatal([Unknown tar format])]) 1135 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1136 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1140 # Must skip GNU tar: if it does not support --format= it doesn't create
|
| H A D | SConstruct | 103 context.Message('Checking for the IEEE floating point format... ')
|
| H A D | ChangeLog | 526 Tar is now resquested to use POSIX PAX format. 698 and printf format specifier to deal with printing values of 2332 -Werror=format-security" flags. 2450 error reports to use "%s" as format string. 2558 * libtiff/tiffio.h: GCC will now validate format specifications 2629 * tools/tiff2pdf.c: More appropriate format string in 2952 using LONG8 type when output format is BigTIFF. The 3749 format. 3879 for MS MDI format. 3947 LogLuv TIFF format. [all …]
|
| H A D | configure | 1521 --disable-pixarlog disable support for Pixar log-format algorithm 23570 echo " Pixar log-format algorithm: ${HAVE_PIXARLOG}"
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | README | 26 files. In my applications I had already read a TIFF or other format
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 54 us to store satellite imaging-specific information in a TIFF format,
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 2244 # having a format: 2601 # It is most probably a Windows format PATH. 3476 …lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|… 3483 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' 8312 AC_MSG_CHECKING([how to convert $build file names to $host format]) 8349 [0], [convert $build file names to $host format])dnl 8351 AC_MSG_CHECKING([how to convert $build file names to toolchain format]) 8368 [0], [convert $build files to toolchain format])dnl
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
|