HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 726 - 750 of 1208) sorted by null

<<21222324252627282930>>

  /external/ImageMagick/PerlMagick/
Magick.xs 352 {"treedepth", IntegerReference}, {"colorspace", MagickColorspaceOptions},
361 {"colorspace", MagickColorspaceOptions},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 352 {"treedepth", IntegerReference}, {"colorspace", MagickColorspaceOptions},
361 {"colorspace", MagickColorspaceOptions},
    [all...]
  /external/ImageMagick/www/
architecture.html 68 <li>colorspace (e.g sRGB, linear RGB, linear GRAY, CMYK, YUV, Lab, etc.)</li>
99 <p>In addition to pixels, images have a plethora of <a href="architecture.html#properties">image properties and profiles</a>. Properties include the well known attributes such as width, height, depth, and colorspace. An image may have optional properties which might include the image author, a comment, a create date, and others. Some images also include profiles for color management, or EXIF, IPTC, 8BIM, or XMP informational profiles. ImageMagick provides command line options and programming methods to get, set, or view image properties or profiles or apply profiles.</p>
378 <p>Recall that each image format is decoded by ImageMagick and the pixels are deposited in the pixel cache. If you write an image, the pixels are read from the pixel cache and encoded as required by the format you are writing (e.g. GIF, PNG, etc.). The Magick Persistent Cache (MPC) format is designed to eliminate the overhead of decoding and encoding pixels to and from an image format. MPC writes two files. One, with the extension <code>.mpc</code>, retains all the properties associated with the image or image sequence (e.g. width, height, colorspace, etc.) and the second, with the extension <code>.cache</code>, is the pixel cache in the native raw format. When reading an MPC image file, ImageMagick reads the image properties and memory maps the pixel cache on disk eliminating the need for decoding the image pixels. The tradeoff is in disk space. MPC is generally larger in file size than most other image formats.</p>
    [all...]
  /external/libjpeg-turbo/java/doc/
index-all.html 128 <div class="block">CMYK colorspace.</div>
132 <div class="block">Grayscale colorspace.</div>
136 <div class="block">RGB colorspace.</div>
140 <div class="block">YCbCr colorspace.</div>
144 <div class="block">YCCK colorspace.</div>
345 <div class="block">Returns the colorspace used in the source image (JPEG or YUV) associated
    [all...]
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJDecompressor.html 343 <div class="block">Returns the colorspace used in the source image (JPEG or YUV) associated
702 <div class="block">Returns the colorspace used in the source image (JPEG or YUV) associated
705 <dl><dt><span class="strong">Returns:</span></dt><dd>the colorspace used in the source image (JPEG or YUV) associated
    [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 263 % MagickGetColorspace() gets the wand colorspace type.
281 return(wand->image_info->colorspace);
    [all...]
pixel-wand.c 120 wand->pixel.colorspace=sRGBColorspace;
774 if (wand->pixel.colorspace == CMYKColorspace)
    [all...]
  /external/ImageMagick/coders/
dpx.c 49 #include "MagickCore/colorspace.h"
    [all...]
pict.c 50 #include "MagickCore/colorspace.h"
51 #include "MagickCore/colorspace-private.h"
    [all...]
bgr.c 48 #include "MagickCore/colorspace.h"
49 #include "MagickCore/colorspace-private.h"
    [all...]
cin.c 55 #include "MagickCore/colorspace.h"
957 if (image->colorspace != LogColorspace)
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 222 __u32 colorspace; member in struct:v4l2_pix_format
611 __u32 colorspace; member in struct:v4l2_framebuffer::__anon1023
1334 __u32 colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 184 void colorSpace(const ColorspaceType colorSpace_);
185 ColorspaceType colorSpace(void) const;
369 // Colorspace to quantize in.
    [all...]
  /external/ImageMagick/MagickCore/
resample.c 550 if (pixel->colorspace == CMYKColorspace)
622 if (pixel->colorspace == CMYKColorspace)
679 if (pixel->colorspace == CMYKColorspace)
    [all...]
fourier.c 1003 if (image->colorspace == CMYKColorspace)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 276 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace)
278 return CALLVJPEG(sp, jpeg_set_colorspace(&sp->cinfo.c, colorspace));
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 290 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace)
292 return CALLVJPEG(sp, jpeg_set_colorspace(&sp->cinfo.c, colorspace));
    [all...]
  /external/vulkan-validation-layers/layers/
swapchain.cpp     [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 286 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_pix_format
1724 __u32 colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h 175 __u32 colorspace; member in struct:v4l2_pix_format
585 __u32 colorspace; member in struct:v4l2_framebuffer::__anon34559
1316 __u32 colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 283 __u32 colorspace; /* enum v4l2_colorspace */ member in struct:v4l2_pix_format
1721 __u32 colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 281 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format
2001 enum v4l2_colorspace colorspace; member in struct:v4l2_pix_format_mplane
    [all...]
  /external/ImageMagick/PerlMagick/t/reference/read/
input_gray_msb_08bit_mat.miff 5 colorspace=Gray
29 colorspace=sRGB

Completed in 1278 milliseconds

<<21222324252627282930>>