/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
fb.h | 287 __u32 colorspace; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
fb.h | 287 __u32 colorspace; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
fb.h | 287 __u32 colorspace; member in struct:fb_var_screeninfo
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
fb.h | 287 __u32 colorspace; member in struct:fb_var_screeninfo
|
/external/ImageMagick/MagickCore/ |
image.c | 57 #include "MagickCore/colorspace.h" 58 #include "MagickCore/colorspace-private.h" 181 image->colorspace=sRGBColorspace; 839 clone_image->colorspace=image->colorspace; [all...] |
decorate.c | 47 #include "MagickCore/colorspace-private.h" 237 (IsGrayColorspace(frame_image->colorspace) != MagickFalse)) [all...] |
delegate.c | 646 case 'r': /* Image storage class, colorspace, and alpha enabled. */ 649 colorspace; 652 colorspace=image->colorspace; 654 colorspace=GRAYColorspace; /* FUTURE: this is IMv6 not IMv7 */ 658 (ssize_t) colorspace),image->alpha_trait != UndefinedPixelTrait ? 639 colorspace; local [all...] |
resample.c | 550 if (pixel->colorspace == CMYKColorspace) 622 if (pixel->colorspace == CMYKColorspace) 679 if (pixel->colorspace == CMYKColorspace) [all...] |
/external/ImageMagick/ImageMagick/script/ |
sitemap.html | 66 <li><a href="color-management.php">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li> 174 <li><a href="color-management.php">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
|
architecture.html | 64 <li>colorspace (e.g sRGB, linear RGB, linear GRAY, CMYK, YUV, Lab, etc.)</li> 95 <p>In addition to pixels, images have a plethora of <a href="architecture.php#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> 368 <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/ImageMagick/coders/ |
djvu.c | 650 image->colorspace = GRAYColorspace; 658 image->colorspace = RGBColorspace;
|
fits.c | 49 #include "MagickCore/colorspace.h" 50 #include "MagickCore/colorspace-private.h"
|
sun.c | 52 #include "MagickCore/colorspace.h" 53 #include "MagickCore/colorspace-private.h" [all...] |
tga.c | 52 #include "MagickCore/colorspace.h" 53 #include "MagickCore/colorspace-private.h" [all...] |
xwd.c | 50 #include "MagickCore/colorspace.h" 51 #include "MagickCore/colorspace-private.h"
|
dpx.c | 49 #include "MagickCore/colorspace.h" [all...] |
/external/ImageMagick/www/ |
sitemap.html | 70 <li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li> 178 <li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
|
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/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/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...] |
/bionic/libc/kernel/uapi/linux/ |
videodev2.h | 222 __u32 colorspace; member in struct:v4l2_pix_format 611 __u32 colorspace; member in struct:v4l2_framebuffer::__anon1025 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...] |