Home
last modified time | relevance | path

Searched refs:TIFFTAG_COLORMAP (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/t/
H A D1.t185 @values = $tif->GetField(TIFFTAG_COLORMAP);
186 is $#{ $values[0] }, 255, 'GetField TIFFTAG_COLORMAP r';
187 is $#{ $values[1] }, 255, 'GetField TIFFTAG_COLORMAP g';
188 is $#{ $values[2] }, 255, 'GetField TIFFTAG_COLORMAP b';
190 @values = $tif->GetFieldDefaulted(TIFFTAG_COLORMAP);
191 is $#{ $values[0] }, 255, 'GetFieldDefaulted TIFFTAG_COLORMAP r';
192 is $#{ $values[1] }, 255, 'GetFieldDefaulted TIFFTAG_COLORMAP g';
193 is $#{ $values[2] }, 255, 'GetFieldDefaulted TIFFTAG_COLORMAP b';
H A D8_enums.t130 is( TIFFTAG_COLORMAP, 320, 'TIFFTAG_COLORMAP' );
/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmtiff.c117 if ( TIFFGetField( t, TIFFTAG_COLORMAP, in bmReadTiffFile()
119 { LDEB(TIFFTAG_COLORMAP); rval= -1; goto ready; } in bmReadTiffFile()
475 if ( TIFFSetField( t, TIFFTAG_COLORMAP, in bmWriteTiffFile()
477 { LDEB(TIFFTAG_COLORMAP); TIFFClose(t); return -1; } in bmWriteTiffFile()
/dports/graphics/liblug/lug/convert/
H A Dtiff.c140 if ( !TIFFGetField( handle, TIFFTAG_COLORMAP,
330 TIFFSetField( handle, TIFFTAG_COLORMAP, rTIFFcmap, gTIFFcmap, bTIFFcmap );
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/XObject/Image/TIFF/
H A DFile_GT.pm157 $self->{'colorMap'} = [ $self->{'object'}->GetField(TIFFTAG_COLORMAP) ];
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtiff.h203 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/addtiffo_src/
H A Dtif_overview.cpp121 TIFFSetField( hTIFF, TIFFTAG_COLORMAP, panRed, panGreen, panBlue ); in TIFF_WriteOverview()
402 if( TIFFGetField( hTIFF, TIFFTAG_COLORMAP, in TIFFBuildOverviews()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/codec/
H A DTIFFConstants.java158 public static final int TIFFTAG_COLORMAP = 320; /* RGB map for pallette image */ field in TIFFConstants
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtiff.h223 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtiff.h223 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtiff.h223 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/contrib/addtiffo/
H A Dtif_overview.c139 TIFFSetField( hTIFF, TIFFTAG_COLORMAP, panRed, panGreen, panBlue ); in TIFF_WriteOverview()
539 if( TIFFGetField( hTIFF, TIFFTAG_COLORMAP, in TIFFBuildOverviews()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/contrib/addtiffo/
H A Dtif_overview.c139 TIFFSetField( hTIFF, TIFFTAG_COLORMAP, panRed, panGreen, panBlue ); in TIFF_WriteOverview()
539 if( TIFFGetField( hTIFF, TIFFTAG_COLORMAP, in TIFFBuildOverviews()
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/
H A DTIFF.xs136 newCONSTSUB(stash, "TIFFTAG_COLORMAP", newSViv(TIFFTAG_COLORMAP));
340 case TIFFTAG_COLORMAP:
462 case TIFFTAG_COLORMAP:
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteTIFF.c344 if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &redmap, &greenmap, &bluemap)) { in ReadTIFF()
480 TIFFSetField(out, TIFFTAG_COLORMAP, r, g, b); in WriteTIFF()
/dports/print/panda/panda-0.5.4/contrib/libtiff/
H A Dtiff.h257 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/contrib/ras/
H A Dras2tif.c221 TIFFSetField(tif, TIFFTAG_COLORMAP, red, green, blue);
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/contrib/ras/
H A Dras2tif.c221 TIFFSetField(tif, TIFFTAG_COLORMAP, red, green, blue);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtiff.h284 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtiff.h284 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtiff.h284 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtiff.h284 #define TIFFTAG_COLORMAP 320 /* RGB map for pallette image */ macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/contrib/ras/
H A Dras2tif.c221 TIFFSetField(tif, TIFFTAG_COLORMAP, red, green, blue);
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/contrib/ras/
H A Dras2tif.c221 TIFFSetField(tif, TIFFTAG_COLORMAP, red, green, blue);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/contrib/ras/
H A Dras2tif.c221 TIFFSetField(tif, TIFFTAG_COLORMAP, red, green, blue);

12345678910>>...24