Home
last modified time | relevance | path

Searched refs:TIFFTAG_PAGENUMBER (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/tiff/
H A DLC_TIFFWriterJNI.cpp39 if ( !TIFFGetField( tiff, TIFFTAG_PAGENUMBER, &value[0], &value[1] ) ) in isLightZoneLayeredTIFF()
59 TIFFSetField( destTIFF, TIFFTAG_PAGENUMBER, 0, 2 ); in LCTIFFWriter_METHOD()
70 TIFFSetField( destTIFF, TIFFTAG_PAGENUMBER, 1, 2 ); in LCTIFFWriter_METHOD()
220 case TIFFTAG_PAGENUMBER: in LCTIFFWriter_METHOD()
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/t/
H A D8_enums.t114 is( TIFFTAG_PAGENUMBER, 297, "TIFFTAG_PAGENUMBER" );
H A D1.t56 my @counts = $tif->GetField(TIFFTAG_PAGENUMBER);
136 TIFFTAG_PAGENUMBER, TIFFTAG_PHOTOMETRIC,
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/
H A DTIFF.xs120 newCONSTSUB(stash, "TIFFTAG_PAGENUMBER", newSViv(TIFFTAG_PAGENUMBER));
322 case TIFFTAG_PAGENUMBER:
444 case TIFFTAG_PAGENUMBER:
524 case TIFFTAG_PAGENUMBER:
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/test-data/itu/fax/
H A Dgenerate_striped_pages.c108 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
H A Dgenerate_dithered_tif.c133 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
/dports/comms/spandsp/spandsp-284fe91/test-data/itu/fax/
H A Dgenerate_striped_pages.c108 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
H A Dgenerate_dithered_tif.c133 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/test-data/itu/fax/
H A Dgenerate_dithered_tif.c139 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
H A Dgenerate_sized_pages.c336 TIFFSetField(tiff_file, TIFFTAG_PAGENUMBER, 0, 1); in main()
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtiff.h188 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DTIFFConstants.java143 public static final int TIFFTAG_PAGENUMBER = 297; /* page numbers of multi-page */ field in TIFFConstants
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtiff.h208 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtiff.h208 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtiff.h208 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/test/
H A Dshort_tag.c73 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/test/
H A Dshort_tag.c73 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/test/
H A Dshort_tag.c72 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/test/
H A Dshort_tag.c71 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/test/
H A Dshort_tag.c71 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/test/
H A Dshort_tag.c73 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/test/
H A Dshort_tag.c72 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/graphics/tiffgt/tiff-4.3.0/test/
H A Dshort_tag.c71 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/graphics/tiff/tiff-4.3.0/test/
H A Dshort_tag.c71 { TIFFTAG_PAGENUMBER, {1, 1} },
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffcp.c784 if (TIFFGetField(in, TIFFTAG_PAGENUMBER, &pg0, &pg1)) in tiffcp()
785 TIFFSetField(out, TIFFTAG_PAGENUMBER, pg0, pg1); in tiffcp()
787 TIFFSetField(out, TIFFTAG_PAGENUMBER, pageNum++, 0); in tiffcp()
790 if (TIFFGetField(in, TIFFTAG_PAGENUMBER, &pg0, &pg1)) { in tiffcp()
792 TIFFSetField(out, TIFFTAG_PAGENUMBER, pg0, pg1); in tiffcp()
794 TIFFSetField(out, TIFFTAG_PAGENUMBER, pageNum++, 0); in tiffcp()

12345678910>>...16