Home
last modified time | relevance | path

Searched refs:TIFFGetG (Results 101 – 125 of 158) sorted by relevance

1234567

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimagtiff.cpp486 *(ptr++) = (unsigned char)TIFFGetG(raster[pos]); in LoadFile()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimagtiff.cpp492 *(ptr++) = (unsigned char)TIFFGetG(raster[pos]); in LoadFile()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtiffio.h238 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtiffio.h238 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimagtiff.cpp492 *(ptr++) = (unsigned char)TIFFGetG(raster[pos]); in LoadFile()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtiffio.h238 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff)
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dtiff.c3263 q->green=ScaleCharToQuantum(TIFFGetG(*p)); in ReadTIFFImage()
3469 q->green=ScaleCharToQuantum(TIFFGetG(*p)); in ReadTIFFImage()
3480 q->green=ScaleCharToQuantum(TIFFGetG(*p)); in ReadTIFFImage()
3605 q->green=ScaleCharToQuantum(TIFFGetG(*p)); in ReadTIFFImage()
3615 q->green=ScaleCharToQuantum(TIFFGetG(*p)); in ReadTIFFImage()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_tiff.c1095 green = TIFFGetG (pixel); in common_read_from_tiff()
1143 green = TIFFGetG (pixel); in common_read_from_tiff()
2415 green = TIFFGetG (pixel); in common_strip_read_from_tiff()
2475 green = TIFFGetG (pixel); in common_strip_read_from_tiff()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/imageIO/
H A DimageIO.cpp583 pixels[counter] = TIFFGetG(tiff_pixel); in loadTIFF()
/dports/graphics/libgxps/libgxps-0.3.1/libgxps/
H A Dgxps-images.c856 guint8 g = TIFFGetG (*pixel); in gxps_images_create_from_tiff()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-tiff.c308 int g = TIFFGetG(pixel); in tiff_image_parse()
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_tiff.c791 color = gdTrueColorAlpha(TIFFGetR(rgba), TIFFGetG(rgba), TIFFGetB(rgba), a); in createFromTiffRgba()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_tiff.c292 *dest++ = (pdc_byte) TIFFGetG(*s); in pdf_data_source_TIFF_fill()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_tiff.c292 *dest++ = (pdc_byte) TIFFGetG(*s); in pdf_data_source_TIFF_fill()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_tiff.c791 color = gdTrueColorAlpha(TIFFGetR(rgba), TIFFGetG(rgba), TIFFGetB(rgba), a); in createFromTiffRgba()
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_tiff.c791 color = gdTrueColorAlpha(TIFFGetR(rgba), TIFFGetG(rgba), TIFFGetB(rgba), a); in createFromTiffRgba()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_tiff.c791 color = gdTrueColorAlpha(TIFFGetR(rgba), TIFFGetG(rgba), TIFFGetB(rgba), a); in createFromTiffRgba()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginTIFF.cpp1483 bits[FI_RGBA_GREEN] = (BYTE)TIFFGetG(row[x]); in Load()
1501 bits[FI_RGBA_GREEN] = (BYTE)TIFFGetG(row[x]); in Load()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/TIFF/src/
H A DitkTIFFImageIO.cxx1516 const auto green = static_cast< ComponentType >( TIFFGetG(*tempImage) ); in RGBAImageToBuffer()

1234567