/third_party/ffmpeg/tests/ref/lavf/ |
D | tiff | 1 b3299346a8959553a437e486d8f3bf76 *tests/data/images/tiff/02.tiff 2 tests/data/images/tiff/%02d.tiff CRC=0x6da01946 3 307131 tests/data/images/tiff/02.tiff
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | evince.desktop | 24 Keywords=pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation; 25 Keywords[ca]=pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentació; 26 Keywords[ca@valencia]=pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentació; 27 Keywords[en_GB]=pdf;ps;postscript;dvi;xps;djvu;tiff;document;presentation; 28 Keywords[eo]=pdf;ps;postscript;dvi;xps;djvu;tiff;dokumento;prezentaĵo; 29 Keywords[pt]=pdf;ps;postscript;dvi;xps;djvu;tiff;documento;apresentação; 30 Keywords[pt_BR]=pdf;ps;postscript;dvi;xps;djvu;tiff;documento;apresentação; 42 MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;image/tiff;app…
|
D | evince-previewer.desktop | 28 MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;image/tiff;app…
|
D | eog.desktop | 35 MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;imag…
|
/third_party/boost/boost/gil/extension/io/tiff/detail/ |
D | device.hpp | 345 TIFF* tiff; in file_stream_device() local 347 io_error_if( ( tiff = TIFFOpen( file_name.c_str(), "r" )) == nullptr in file_stream_device() 350 _tiff_file = tiff_file_t( tiff, TIFFClose ); in file_stream_device() 355 TIFF* tiff; in file_stream_device() local 357 io_error_if( ( tiff = TIFFOpen( file_name.c_str(), "w" )) == nullptr in file_stream_device() 360 _tiff_file = tiff_file_t( tiff, TIFFClose ); in file_stream_device() 379 TIFF* tiff; in ostream_device() local 381 io_error_if( ( tiff = TIFFStreamOpen( "" in ostream_device() 388 _tiff_file = tiff_file_t( tiff, TIFFClose ); in ostream_device() 410 TIFF* tiff; in istream_device() local [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | exif.mak | 2 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, TIFF) += fate-exif-image-tiff 3 fate-exif-image-tiff: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.tiff
|
D | lavf-image.mak | 24 FATE_LAVF_IMAGES-$(call ENCDEC, TIFF, IMAGE2) += tiff 42 fate-lavf-tiff: CMD = lavf_image "-pix_fmt rgb24"
|
D | seek.mak | 199 FATE_SEEK_LAVF-$(call ENCDEC, TIFF, IMAGE2) += tiff 240 fate-seek-lavf-tiff: SRC = images/tiff/%02d.tiff
|
D | image.mak | 437 FATE_TIFF += fate-tiff-fax-g3 438 fate-tiff-fax-g3: CMD = framecrc -i $(TARGET_SAMPLES)/CCITT_fax/G31D.TIF 440 FATE_TIFF += fate-tiff-fax-g3s 441 fate-tiff-fax-g3s: CMD = framecrc -i $(TARGET_SAMPLES)/CCITT_fax/G31DS.TIF 446 fate-tiff: $(FATE_TIFF-yes)
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_orientation.h | 67 void SetTIFF (uint32 tiff); 82 static dng_orientation TIFFtoDNG (uint32 tiff) in TIFFtoDNG() argument 87 result.SetTIFF (tiff); in TIFFtoDNG()
|
D | dng_orientation.cpp | 18 void dng_orientation::SetTIFF (uint32 tiff) in SetTIFF() argument 21 switch (tiff) in SetTIFF()
|
/third_party/boost/libs/gil/test/extension/io/ |
D | fabscript | 43 without_tiff = options.get_without('tiff') 44 tiff_features = test_features + set(libs('tiff')) 45 tiff_prefix = options.get_with('tiff-prefix') 69 gil_test('tiff', ['tiff_test.cpp',
|
D | Jamfile | 48 alias full : bmp jpeg png pnm raw targa tiff ;
|
/third_party/boost/libs/gil/example/b2/ |
D | README.md | 22 C:\vcpkg --triplet x86-windows install libjpeg-turbo libpng tiff 23 C:\vcpkg --triplet x64-windows install libjpeg-turbo libpng tiff
|
/third_party/boost/libs/gil/test/extension/io/images/tiff/graphicmagick/ |
D | readme.txt | 5 files can be found at ftp://ftp.graphicsmagick.org/pub/tiff-samples/
|
/third_party/ffmpeg/tests/ref/fate/ |
D | exif-image-tiff | 30 TAG:document_name=image_small.tiff
|
/third_party/boost/libs/graph/doc/figs/ |
D | Makefile | 14 fig2dev -L tiff $*.fig > $*.tif
|
/third_party/glib/gio/tests/desktop-files/home/applications/ |
D | eog.desktop | 9 MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;imag…
|
/third_party/boost/tools/build/src/tools/ |
D | libtiff.jam | 26 header = tiff.h ; 27 names = tiff ; 164 build-name ?= tiff ;
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | io.rst.txt | 49 For instance, include `boost/gil/extension/io/tiff.hpp` to be able 55 Probably the most common case to read a tiff image can be done as follows:: 270 …reader_t reader = make_scanline_reader( "C:/boost/libs/gil/test/extension/io/images/tiff/test.tif"… 483 This tiff extension is based on the libtiff, which can be found, TIFF_Lib_. 501 The author of this extension is not claiming all tiff formats are supported. 650 .. _TIFF_Base_Tags: http://www.awaresystems.be/imaging/tiff/tifftags/baseline.html 651 .. _TIFF_Extension_Tags: http://www.awaresystems.be/imaging/tiff/tifftags/extension.html 656 .. _TIFF_GRAPHICSMAGICK_TEST_FILES: ftp://ftp.graphicsmagick.org/pub/tiff-samples/tiff-sample-image…
|
/third_party/boost/libs/gil/doc/ |
D | io.rst | 49 For instance, include `boost/gil/extension/io/tiff.hpp` to be able 55 Probably the most common case to read a tiff image can be done as follows:: 270 …reader_t reader = make_scanline_reader( "C:/boost/libs/gil/test/extension/io/images/tiff/test.tif"… 483 This tiff extension is based on the libtiff, which can be found, TIFF_Lib_. 501 The author of this extension is not claiming all tiff formats are supported. 650 .. _TIFF_Base_Tags: http://www.awaresystems.be/imaging/tiff/tifftags/baseline.html 651 .. _TIFF_Extension_Tags: http://www.awaresystems.be/imaging/tiff/tifftags/extension.html 656 .. _TIFF_GRAPHICSMAGICK_TEST_FILES: ftp://ftp.graphicsmagick.org/pub/tiff-samples/tiff-sample-image…
|
/third_party/skia/third_party/externals/libwebp/ |
D | configure.ac | 586 AC_ARG_ENABLE([tiff], optenable 587 AS_HELP_STRING([--disable-tiff], 592 WITHLIB_OPTION([tiff], [TIFF]) 596 AC_CHECK_LIB(tiff, TIFFGetVersion, 603 AC_MSG_WARN(Optional tiff library not found), 605 AC_MSG_WARN(tiff library not available - no tiffio.h)
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | configure.ac | 544 AC_ARG_ENABLE([tiff], optenable 545 AS_HELP_STRING([--disable-tiff], 550 WITHLIB_OPTION([tiff], [TIFF]) 554 AC_CHECK_LIB(tiff, TIFFGetVersion, 561 AC_MSG_WARN(Optional tiff library not found), 563 AC_MSG_WARN(tiff library not available - no tiffio.h)
|
/third_party/python/Doc/library/ |
D | imghdr.rst | 42 | ``'tiff'`` | TIFF Files |
|
/third_party/ffmpeg/tools/ |
D | target_dec_fuzzer.c | 123 #if FFMPEG_DECODER == tiff || FFMPEG_DECODER == tdsc in LLVMFuzzerTestOneInput()
|