Home
last modified time | relevance | path

Searched refs:TIFFTAG_SAMPLESPERPIXEL (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/dports/print/photoprint/photoprint-0.4.2-pre2/imageutils/
H A Dtiffsave.cpp185 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 5); in TIFFSaver()
196 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 4); in TIFFSaver()
203 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 4); in TIFFSaver()
212 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 3); in TIFFSaver()
219 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 1); in TIFFSaver()
226 TIFFSetField(file, TIFFTAG_SAMPLESPERPIXEL, 1); in TIFFSaver()
/dports/graphics/lcms/lcms-1.19/tifficc/
H A Dtifficc.c534 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 1); in WriteOutputTags()
540 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 3); in WriteOutputTags()
546 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 3); in WriteOutputTags()
553 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 4); in WriteOutputTags()
563 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 3); in WriteOutputTags()
572 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 6); in WriteOutputTags()
587 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 7); in WriteOutputTags()
603 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 8); in WriteOutputTags()
618 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 9); in WriteOutputTags()
633 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, 10); in WriteOutputTags()
[all …]
/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmtiff.c69 if ( TIFFGetField( t, TIFFTAG_SAMPLESPERPIXEL, &unsignedShort ) != 1 ) in bmReadTiffFile()
70 { LDEB(TIFFTAG_SAMPLESPERPIXEL); rval= -1; goto ready; } in bmReadTiffFile()
464 if ( ! TIFFSetField( t, TIFFTAG_SAMPLESPERPIXEL, 2 ) ) in bmWriteTiffFile()
465 { LLDEB(TIFFTAG_SAMPLESPERPIXEL,1); TIFFClose(t); return -1; } in bmWriteTiffFile()
471 if ( ! TIFFSetField( t, TIFFTAG_SAMPLESPERPIXEL, 1 ) ) in bmWriteTiffFile()
472 { LLDEB(TIFFTAG_SAMPLESPERPIXEL,1); TIFFClose(t); return -1; } in bmWriteTiffFile()
485 if ( ! TIFFSetField( t, TIFFTAG_SAMPLESPERPIXEL, in bmWriteTiffFile()
487 { LLDEB(TIFFTAG_SAMPLESPERPIXEL,bd->bdSamplesPerPixel); return -1; } in bmWriteTiffFile()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dtiff.hxx1305 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createBScalarTiffImage()
1348 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createShortScalarTiffImage()
1391 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createUShortScalarTiffImage()
1434 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createIScalarTiffImage()
1477 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createFScalarTiffImage()
1520 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createDScalarTiffImage()
1734 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createBRGBTiffImage()
1782 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createShortRGBTiffImage()
1830 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createIRGBTiffImage()
1878 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createFRGBTiffImage()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/test/
H A Dstrip.c145 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
224 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
226 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c106 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
169 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/test/
H A Dstrip.c145 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
224 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
226 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c106 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
169 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/test/
H A Dstrip.c144 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
223 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
225 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c105 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
168 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/test/
H A Dstrip.c145 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
224 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
226 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c98 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
151 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/test/
H A Dstrip.c143 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
222 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
224 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c104 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
167 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/test/
H A Dstrip.c143 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
222 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
224 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c104 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
167 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/test/
H A Dstrip.c145 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
224 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
226 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
H A Dshort_tag.c106 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP)) { in main()
169 if (CheckShortField(tif, TIFFTAG_SAMPLESPERPIXEL, SPP) < 0) in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/test/
H A Dstrip.c144 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
223 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
225 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dtiff.hxx265 TIFFGetField(tiff, TIFFTAG_SAMPLESPERPIXEL, &samplesPerPixel); in tiffToScalarImage()
1165 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createBScalarTiffImage()
1208 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createShortScalarTiffImage()
1251 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createIScalarTiffImage()
1294 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createFScalarTiffImage()
1337 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 1); in createDScalarTiffImage()
1519 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createBRGBTiffImage()
1567 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createShortRGBTiffImage()
1615 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createIRGBTiffImage()
1663 TIFFSetField(tiff, TIFFTAG_SAMPLESPERPIXEL, 3); in createFRGBTiffImage()
[all …]
/dports/graphics/tiffgt/tiff-4.3.0/test/
H A Dstrip.c143 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
222 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
224 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
/dports/graphics/tiff/tiff-4.3.0/test/
H A Dstrip.c143 if (!TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, spp)) { in create_image_striped()
222 if (!TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &value_u16) in read_image_striped()
224 fprintf (stderr, "Can't get tag %d.\n", TIFFTAG_SAMPLESPERPIXEL); in read_image_striped()
/dports/graphics/libgfx/libgfx-1.1.0/src/
H A Draster-tiff.cxx30 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, img.channels()); in __tiff_write()
112 TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &nchan); in __tiff_read()
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_savers/tiff/
H A Devas_image_save_tiff.c52 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 4); in save_image_tiff()
57 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 3); in save_image_tiff()
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/t/
H A D2.t48 $tif->SetField( TIFFTAG_SAMPLESPERPIXEL, $depth );
68 is( $tif->GetField(TIFFTAG_SAMPLESPERPIXEL), $depth, 'SAMPLESPERPIXEL' );

12345678910>>...46