HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 476 - 500 of 1229) sorted by null

<<11121314151617181920>>

  /external/ImageMagick/PerlMagick/t/reference/write/read/
input_im8.miff 4 colorspace=RGB
input_pgm_p2.miff 4 colorspace=RGB
input_pgm_p5.miff 4 colorspace=RGB
input_viff.miff 4 colorspace=RGB
input_xpm.miff 4 colorspace=RGB
  /external/ImageMagick/coders/
jp2.c 49 #include "MagickCore/colorspace.h"
50 #include "MagickCore/colorspace-private.h"
919 if (image->colorspace == YUVColorspace)
926 if (IsGrayColorspace(image->colorspace) != MagickFalse)
    [all...]
tiff.c 56 #include "MagickCore/colorspace.h"
57 #include "MagickCore/colorspace-private.h"
    [all...]
  /external/ImageMagick/config/
english.xml 90 colorspace model is not supported
495 color profile operates on another colorspace
771 unrecognized colorspace
929 unrecognized colorspace type
    [all...]
  /external/ImageMagick/www/api/
colormap.html 63 <p>AcquireImageColormap() allocates an image colormap and initializes it to a linear gray colorspace. If the image already has a colormap, it is replaced. AcquireImageColormap() returns MagickTrue if successful, otherwise MagickFalse if there is not enough memory.</p>
colormap.php 59 <p>AcquireImageColormap() allocates an image colormap and initializes it to a linear gray colorspace. If the image already has a colormap, it is replaced. AcquireImageColormap() returns MagickTrue if successful, otherwise MagickFalse if there is not enough memory.</p>
  /external/ImageMagick/www/
jp2.html 96 convert wizard.png -colorspace YUV -sampling-factor 2,2 wizard.jp2
  /external/ImageMagick/www/source/
english.xml 84 colorspace model is not supported
486 color profile operates on another colorspace
710 unrecognized image colorspace
853 unrecognized colorspace type
    [all...]
  /external/libjpeg-turbo/
wrrle.c 94 * - Colorspace is expected to be grayscale or RGB.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
lp_bld_depth.c 311 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
363 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
599 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
  /external/opencv3/3rdparty/libjpeg/
jcmainct.c 11 * compressor proper; it holds downsampled data in the JPEG colorspace.
  /external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
py_non_local_means.markdown 47 For color images, image is converted to CIELAB colorspace and then it separately denoise L and AB
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 139 CPDF_Object* pCSObj = pShadingDict->GetElementValue("ColorSpace");
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmainct.c 10 * compressor proper; it holds downsampled data in the JPEG colorspace.
  /external/skia/src/codec/
SkWebpCodec.cpp 221 config.output.colorspace = webp_decode_mode(dstInfo.colorType(),
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 810 * Keep all colorspace representations in sync.
820 * Keep all colorspace representations in sync.
840 * Keep all colorspace representations in sync.
849 * Keep all colorspace representations in sync.
  /external/ImageMagick/Magick++/lib/
Color.cpp 252 pixel.colorspace=(_pixelType == RGBPixel || _pixelType == RGBAPixel) ?
424 _pixel->colorspace=CMYKColorspace;
429 if (color_.colorspace == CMYKColorspace)
  /external/ImageMagick/MagickCore/
nt-feature.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
183 if (IssRGBCompatibleColorspace(image->colorspace) == MagickFalse)
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 259 CGColorSpaceRef colorspace = NULL;
264 colorspace = CGColorSpaceCreateDeviceRGB();
276 window->imageRef = CGImageCreate( width, height, size , size*nbChannels , window->image->step, colorspace, kCGImageAlphaNone , provider, NULL, true, kCGRenderingIntentDefault );
  /external/skia/include/codec/
SkCodec.h 308 * @param colorSpace Output parameter. If non-NULL this is set to kJPEG,
311 bool queryYUV8(YUVSizeInfo* sizeInfo, SkYUVColorSpace* colorSpace) const {
316 return this->onQueryYUV8(sizeInfo, colorSpace);

Completed in 684 milliseconds

<<11121314151617181920>>