HomeSort by relevance Sort by last modified time
    Searched full:grayscale (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/libpng/contrib/pngsuite/
README 16 grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
17 (1-8 bit) and grayscale or color images with alpha channel. You
22 basn0g01.png 1-bit grayscale
23 basn0g02.png 2-bit grayscale
24 basn0g04.png 4-bit grayscale
25 basn0g08.png 8-bit grayscale
26 basn0g16.png 16-bit grayscale
  /external/jpeg/
cderror.h 46 JMESSAGE(JERR_BMP_COLORSPACE, "BMP output must be grayscale or RGB")
58 JMESSAGE(JERR_GIF_COLORSPACE, "GIF output must be grayscale or RGB")
73 JMESSAGE(JERR_PPM_COLORSPACE, "PPM output must be grayscale or RGB")
84 JMESSAGE(JERR_RLE_COLORSPACE, "RLE output must be grayscale or RGB")
94 JMESSAGE(JTRC_RLE_GRAY, "%ux%u grayscale RLE file")
95 JMESSAGE(JTRC_RLE_MAPGRAY, "%ux%u grayscale RLE file with map of length %d")
102 JMESSAGE(JERR_TGA_COLORSPACE, "Targa output must be grayscale or RGB")
104 JMESSAGE(JTRC_TGA_GRAY, "%ux%u grayscale Targa image")
djpeg.1 22 .B \-grayscale
57 .B \-grayscale
75 .B \-grayscale
89 .B \-grayscale
96 .B \-grayscale
105 .B \-grayscale
194 .B \-grayscale
198 .B \-grayscale \-scale 1/8
rdrle.c 42 * GRAYSCALE - 8 bits, no colormap
52 { GRAYSCALE, MAPPEDGRAY, PSEUDOCOLOR, TRUECOLOR, DIRECTCOLOR } rle_kind;
125 source->visual = GRAYSCALE;
145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) {
155 * (GRAYSCALE scanlines don't need converting)
157 if (source->visual != GRAYSCALE) {
183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images.
272 case GRAYSCALE:
jpegtran.1 136 .B \-grayscale
137 Force grayscale output.
140 (ie, a standard color JPEG), resulting in a grayscale JPEG file. The
142 to grayscale than decompression, conversion, and recompression. This switch
146 a grayscale JPEG is substantially less than that for a color JPEG.)
usage.doc 68 All switch names may be abbreviated; for example, -grayscale may be written
83 -grayscale Create monochrome JPEG file from color input.
84 Be sure to use this switch when compressing a grayscale
87 saying -grayscale, you'll get a smaller JPEG file that
226 -grayscale Force gray-scale output even if JPEG file is color.
237 colormapped format is emitted if -colors or -grayscale
247 colormapped format is emitted if -colors or -grayscale
253 gray-scale or if -grayscale is specified; otherwise
260 -grayscale is specified; otherwise, colormapped format
342 To get a quick preview of an image, use the -grayscale and/or -scale switches
    [all...]
wrbmp.c 39 * pixel if the output is grayscale or colormapped, three if it is full color.
108 /* This version is for grayscale OR quantized color output */
185 /* Grayscale output. We need to fake a 256-entry colormap. */
250 /* Grayscale output. We need to fake a 256-entry colormap. */
311 /* Grayscale colormap (only happens with grayscale quantization) */
321 /* If no colormap, must be grayscale data. Generate a linear "map". */
wrtarga.c 122 /* used for grayscale OR quantized color output */
140 * For Targa, this is only applied to grayscale data.
174 /* Targa doesn't have a mapped grayscale format, so we will */
  /external/libpng/
TODO 10 Add "grayscale->palette" transformation and "palette->grayscale" detection.
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 78 bool grayscale; member in struct:ExtensionIconSource::ExtensionIconRequest
92 bool grayscale) {
98 grayscale ? "?grayscale=true" : ""));
157 if (GetData(request_id)->grayscale)
221 if (!request->grayscale) {
222 // If we don't need a grayscale image, then we can bypass FinalizeImage
279 bool grayscale = path_lower.find("grayscale=true") != std::string::npos;
281 SetData(request_id, extension, grayscale, size, match_type)
    [all...]
extension_icon_source.h 39 // grayscale=true to desaturate the image.
42 // chrome-extension://gbmgkahjioeacddebbnengilkgbkhodg/32/1?grayscale=true
43 // (ICON_SMALL, MATCH_BIGGER, grayscale)
59 // based on the |match| type. If |grayscale|, the URL will be for the
64 bool grayscale);
129 bool grayscale,
  /external/libpng/contrib/pngminus/
pnm2png.sh 2 # -- grayscale
22 # -- grayscale
pnm2png.bat 1 REM -- grayscale
21 REM -- grayscale
png2pnm.bat 1 REM -- grayscale
21 REM -- grayscale
png2pnm.sh 2 # -- grayscale
22 # -- grayscale
  /external/mesa3d/docs/
perf.html 29 RGB mode, not grayscale, not monochrome
36 RGB mode, not grayscale, not monochrome
MESA_pixmap_colormap.spec 33 StaticColor, GrayScale and StaticGray visuals, Mesa needs a colormap
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 15 // Grayscale for the center of the divider.
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 49 #undef GrayScale
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
GrayscaleAction.java 25 * An action handling grayscale effect.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
GrayscaleFilter.java 24 * Grayscale filter applied to the image.
  /external/libpng/contrib/gregbook/
readppm.c 94 /* possible color types: P5 = grayscale (0), P6 = RGB (2), P8 = RGBA (6) */
148 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
150 * images to 8 bits per sample; and convert grayscale to RGB[A] */
152 /* GRR WARNING: grayscale needs to be expanded and channels reset! */
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 49 #undef GrayScale
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 90 // Grayscale pixel formats get depths 33 through 40, depending
91 // on their bits per pixel. Yes, this means that 16-bit grayscale
92 // and 8-bit grayscale have the same pixel depth.
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VIFI_FiltersAPI.h 228 /** Apply grayscale effect RGB565toRGB565 */
319 /** Apply grayscale effect RGB565toRGB565 */
425 /** Apply grayscale effect RGB565toRGB565 */
510 /** Apply grayscale effect RGB565toRGB565 */
592 /** Apply grayscale effect RGB565toRGB565 */
659 /** Apply grayscale effect RGB565toRGB565 */
    [all...]

Completed in 355 milliseconds

1 2 3 4 5 6 7 8