Home
last modified time | relevance | path

Searched refs:red_colormap (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dtiff.c1510 *red_colormap = (uint16 *) NULL; in ReadTIFFImage() local
1515 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1519 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1525 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1534 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dtiff.c1510 *red_colormap = (uint16 *) NULL; in ReadTIFFImage() local
1515 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1519 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1525 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1534 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dtiff.c1614 *red_colormap = (uint16 *) NULL; in ReadTIFFImage() local
1619 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1623 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1629 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1638 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dtiff.c1614 *red_colormap = (uint16 *) NULL; in ReadTIFFImage() local
1619 tiff_status=TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in ReadTIFFImage()
1623 if ((red_colormap != (uint16 *) NULL) && in ReadTIFFImage()
1629 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in ReadTIFFImage()
1638 QuantumRange*red_colormap[i])/range); in ReadTIFFImage()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dtiff.c1271 *red_colormap; in InitializeImageColormap() local
1273 (void) TIFFGetField(tiff,TIFFTAG_COLORMAP,&red_colormap, in InitializeImageColormap()
1277 if ((red_colormap[i] >= 256) || (green_colormap[i] >= 256) || in InitializeImageColormap()
1286 (((double) MaxRGB*red_colormap[i])/range+0.5); in InitializeImageColormap()