Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/tests/ref/lavf/
Dtiff1 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/
Devince.desktop24 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…
Devince-previewer.desktop28 MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-xzpdf;image/tiff;app…
Deog.desktop35 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/
Ddevice.hpp345 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/
Dexif.mak2 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, TIFF) += fate-exif-image-tiff
3 fate-exif-image-tiff: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.tiff
Dlavf-image.mak24 FATE_LAVF_IMAGES-$(call ENCDEC, TIFF, IMAGE2) += tiff
42 fate-lavf-tiff: CMD = lavf_image "-pix_fmt rgb24"
Dseek.mak199 FATE_SEEK_LAVF-$(call ENCDEC, TIFF, IMAGE2) += tiff
240 fate-seek-lavf-tiff: SRC = images/tiff/%02d.tiff
Dimage.mak437 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/
Ddng_orientation.h67 void SetTIFF (uint32 tiff);
82 static dng_orientation TIFFtoDNG (uint32 tiff) in TIFFtoDNG() argument
87 result.SetTIFF (tiff); in TIFFtoDNG()
Ddng_orientation.cpp18 void dng_orientation::SetTIFF (uint32 tiff) in SetTIFF() argument
21 switch (tiff) in SetTIFF()
/third_party/boost/libs/gil/test/extension/io/
Dfabscript43 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',
DJamfile48 alias full : bmp jpeg png pnm raw targa tiff ;
/third_party/boost/libs/gil/example/b2/
DREADME.md22 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/
Dreadme.txt5 files can be found at ftp://ftp.graphicsmagick.org/pub/tiff-samples/
/third_party/ffmpeg/tests/ref/fate/
Dexif-image-tiff30 TAG:document_name=image_small.tiff
/third_party/boost/libs/graph/doc/figs/
DMakefile14 fig2dev -L tiff $*.fig > $*.tif
/third_party/glib/gio/tests/desktop-files/home/applications/
Deog.desktop9 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/
Dlibtiff.jam26 header = tiff.h ;
27 names = tiff ;
164 build-name ?= tiff ;
/third_party/boost/libs/gil/doc/html/_sources/
Dio.rst.txt49 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/
Dio.rst49 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/
Dconfigure.ac586 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/
Dconfigure.ac544 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/
Dimghdr.rst42 | ``'tiff'`` | TIFF Files |
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c123 #if FFMPEG_DECODER == tiff || FFMPEG_DECODER == tdsc in LLVMFuzzerTestOneInput()

123