Home
last modified time | relevance | path

Searched refs:GRAY_IMAGE (Results 1 – 14 of 14) sorted by last modified time

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/color/tests/
H A Dtest_adapt_rgb.py11 GRAY_IMAGE = data.camera()[::5, ::5] variable
53 assert_allclose(edges_each(GRAY_IMAGE), filters.sobel(GRAY_IMAGE))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DJavaAnnotationImageProvider.java38 private final static int GRAY_IMAGE= 1; field in JavaAnnotationImageProvider
134 imageType= GRAY_IMAGE; in getImageType()
169 case GRAY_IMAGE: { in getImage()
/dports/graphics/p5-Gimp/Gimp-2.33/lib/Gimp/
H A DUtil.pm139 $type == &GRAY ? $alpha ? &GRAYA_IMAGE : &GRAY_IMAGE :
148 $type == &GRAY_IMAGE ? &GRAY :
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dblowinout23 my $dmlayer = Gimp::Layer->new($dm, $xsize, $ysize, GRAY_IMAGE, "newlayer",
H A Dpixelmap75 RGB_IMAGE , [RGB => RGB_IMAGE, RGBA => RGBA_IMAGE, GRAY => GRAY_IMAGE,
H A Dditherize10 GRAY, GRAY_IMAGE,
H A Dimage_tile87 } elsif ($type == GRAY_IMAGE) {
/dports/graphics/p5-Gimp/Gimp-2.33/t/
H A Dload.t37 'GRAY_IMAGE' => 2,
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-gimp-1_0-compat.h45 #define GIMP_GRAY_IMAGE GRAY_IMAGE
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dinput-tga.ci37 #define GRAY_IMAGE 3
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DJavaAnnotationImageProvider.java35 private final static int GRAY_IMAGE = 1; field in JavaAnnotationImageProvider
124 imageType = GRAY_IMAGE; in getImageType()
146 case GRAY_IMAGE: { in getImage()
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_gimp_1_0_patch.h53 #define GIMP_GRAY_IMAGE GRAY_IMAGE
/dports/editors/cooledit/cooledit-3.17.28/syntax/
H A Dscm.syntax314 keyword whole GRAY_IMAGE green/17 brown/9
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput-tga.c50 #define GRAY_IMAGE 3 macro
372 dtype = GRAY_IMAGE; in ReadImage()