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

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
fb.h 287 __u32 colorspace; member in struct:fb_var_screeninfo
  /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...]
  /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"
  /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>

Completed in 945 milliseconds

<<21222324252627282930>>