/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...] |
/external/libpng/ |
TODO | 10 Add "grayscale->palette" transformation and "palette->grayscale" detection.
|
/external/qemu/distrib/jpeg-6b/ |
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...] |
/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/skia/gm/ |
colorfilterimagefilter.cpp | 90 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale(brightness)); 91 paint.setImageFilter(grayscale); 96 SkAutoTUnref<SkImageFilter> grayscale(make_grayscale()); 97 SkAutoTUnref<SkImageFilter> brightness(make_brightness(0.9f, grayscale));
|
/development/samples/HelloEffects/res/values/ |
strings.xml | 31 <string name="grayscale">Grayscale</string>
|
/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/chromium/chrome/browser/ui/cocoa/extensions/ |
chevron_menu_button_cell.mm | 15 // Grayscale for the center of the divider.
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ImageBasedHeightMap.java | 41 * <code>ImageBasedHeightMap</code> is a height map created from the grayscale
61 * grayscale, and the grayscale values will be used to generate the height
87 * Get the grayscale value, or override in your own sub-classes
|
/external/webkit/Source/WebCore/bindings/v8/ |
npruntime_internal.h | 49 #undef GrayScale
|
/development/samples/HelloEffects/res/menu/ |
options_menu.xml | 69 <item android:id="@+id/grayscale" 70 android:title="@string/grayscale"
|
/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! */
|