Home
last modified time | relevance | path

Searched refs:tif (Results 1 – 25 of 7858) sorted by last modified time

12345678910>>...315

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A DMakefile.in876 test.tif \
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dimage-load.pod391 example: ['tif', 'tiff']
/dports/www/wwwoffle/wwwoffle-2.9j/conf/
H A Dwwwoffle.conf.template401 .tif = image/tiff
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/mime/Resources/bin/
H A Dupdate_mime_types.php126 'tif' => ['image/tiff'],
/dports/www/linklint/linklint-2.3.6.d/
H A Dlinklint-2.3.6.d554 'image::\.(gif|jpg|jpeg|tif|tiff|pic|pict|hdf|ras|xbm)$',
/dports/textproc/exempi/exempi-2.5.2/samples/testfiles/
H A DMakefile.in307 …i BlueSquare.eps BlueSquare.gif BlueSquare.jpg BlueSquare.mp3 BlueSquare.png BlueSquare.tif\
/dports/sysutils/batmon/batmon-0.8/
H A DGNUmakefile19 batmon_APPLICATION_ICON = BatMon_icon.tif
27 Resources/BatMon_icon.tif \
28 Resources/small_battery.tif \
29 Resources/small_plug.tif \
/dports/sysutils/byobu/byobu-5.133/usr/share/byobu/profiles/
H A Ddircolors148 .tif 01;35
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DGNUmakefile53 codeicn.tif \
54 column.tif \
60 def.tif \
66 export.tif \
75 reCode.tif \
79 Save.tif \
96 tag2.tif \
97 tag3.tif \
98 tag4.tif \
99 tags.tif \
[all …]
/dports/graphics/py-imagesize/stage/usr/local/lib/python3.8/site-packages/imagesize-1.3.0-py3.8.egg-info/
H A DSOURCES.txt15 test/images/multipage_tiff_example.tif
/dports/graphics/py-imagesize/imagesize-1.3.0/imagesize.egg-info/
H A DSOURCES.txt15 test/images/multipage_tiff_example.tif
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgs.mak306 $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h $(GSGEN)tif*.h
/dports/print/scribus-devel/scribus-1.5.7/scribus/imagedataloaders/
H A Dscimgdataloader_tiff.h32 …bool getImageData(TIFF* tif, RawImage *image, uint widtht, uint heightt, uint size, uint16 m_photo…
33 …bool getImageData_RGBA(TIFF* tif, RawImage *image, uint widtht, uint heightt, uint size, uint16 bi…
H A Dscimgdataloader_tiff.cpp51 if (!tif) in loadEmbeddedProfile()
71 TIFFClose(tif); in loadEmbeddedProfile()
116 if (!tif) in getLayers()
137 TIFFClose(tif); in getLayers()
156 if (!tif) in testAlphaChannelAvailability()
180 TIFFClose(tif); in testAlphaChannelAvailability()
217 TIFFClose(tif); in testAlphaChannelAvailability()
690 if (!tif) in loadPicture()
879 TIFFClose(tif); in loadPicture()
912 TIFFClose(tif); in loadPicture()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/ai/
H A Dimportai.cpp3016 TIFF* tif = TIFFOpen(imgName.toLocal8Bit().data(), "w"); in processRaster() local
3017 if (tif) in processRaster()
3019 TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, w); in processRaster()
3020 TIFFSetField(tif, TIFFTAG_IMAGELENGTH, h); in processRaster()
3021 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8); in processRaster()
3024 TIFFSetField(tif, TIFFTAG_EXTRASAMPLES, 1, &eTag); in processRaster()
3025 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG); in processRaster()
3029 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in processRaster()
3030 TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_LZW); in processRaster()
3058 TIFFWriteScanline(tif, m_image.scanLine(0), y); in processRaster()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pdf/
H A Dslaoutput.cpp2816 TIFF* tif = TIFFOpen(fileName.toLocal8Bit().data(), "w"); local
2817 if (tif)
2819 TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, image.width());
2820 TIFFSetField(tif, TIFFTAG_IMAGELENGTH, image.height());
2821 TIFFSetField(tif, TIFFTAG_BITSPERSAMPLE, 8);
2822 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 4);
2823 TIFFSetField(tif, TIFFTAG_PLANARCONFIG, PLANARCONFIG_CONTIG);
2824 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_SEPARATED);
2825 TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_LZW);
2828 TIFFWriteScanline(tif, image.scanLine(y), y);
[all …]
/dports/print/limereport/LimeReport-1.5.35/
H A Dqzint.pri72 $$ZINT_PATH/backend/tif.c \
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend_qt/
H A Dbackend_qt.pro111 $$PWD/../backend/tif.c \
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgs.mak306 $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h $(GSGEN)tif*.h
/dports/print/gimp-gutenprint/gutenprint-5.3.3/test/
H A DMakefile.in693 EXTRA_DIST = cyan-sweep.tif parse-escp2 run-weavetest.test run-testdither.test test-curve.test
/dports/print/gutenprint/gutenprint-5.3.3/test/
H A DMakefile.in693 EXTRA_DIST = cyan-sweep.tif parse-escp2 run-weavetest.test run-testdither.test test-curve.test
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Ddiscover.c731 struct ifreq *tif; local
733 tif = (struct ifreq *)dmalloc(sizeof(struct ifreq),
735 if (tif == NULL)
737 strcpy(tif->ifr_name, tmp->name);
738 tmp->ifp = tif;
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Ddiscover.c731 struct ifreq *tif; local
733 tif = (struct ifreq *)dmalloc(sizeof(struct ifreq),
735 if (tif == NULL)
737 strcpy(tif->ifr_name, tmp->name);
738 tmp->ifp = tif;
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhaproxy.c2391 struct per_thread_init_fct *tif, *tifb; in deinit() local
2550 list_for_each_entry_safe(tif, tifb, &per_thread_init_list, list) { in deinit()
2551 LIST_DELETE(&tif->list); in deinit()
2552 free(tif); in deinit()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Ddiscover.c731 struct ifreq *tif; local
733 tif = (struct ifreq *)dmalloc(sizeof(struct ifreq),
735 if (tif == NULL)
737 strcpy(tif->ifr_name, tmp->name);
738 tmp->ifp = tif;

12345678910>>...315