/external/skia/bench/ |
D | EncodeBench.cpp | 85 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ macro 101 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 6), "PNG")); 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 3), "PNG_3")); 103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 1), "PNG_1")); 105 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s")); 106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s")); 107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s")); 109 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 110 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 111 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 1), "PNG_1n")); [all …]
|
/external/skqp/bench/ |
D | EncodeBench.cpp | 85 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ macro 101 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 6), "PNG")); 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 3), "PNG_3")); 103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 1), "PNG_1")); 105 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s")); 106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s")); 107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s")); 109 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 110 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 111 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 1), "PNG_1n")); [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodePng.pbtxt | 6 0-D. The PNG-encoded image. 21 summary: "Decode a PNG-encoded image to a uint8 or uint16 tensor." 28 * 0: Use the number of channels in the PNG-encoded image. 33 If needed, the PNG-encoded image is transformed to match the requested number
|
D | api_def_EncodePng.pbtxt | 12 0-D. PNG-encoded image. 21 summary: "PNG-encode an image." 31 The ZLIB compression level, `compression`, can be -1 for the PNG-encoder
|
/external/libpng/ |
D | README | 55 The additions since 0.89 include the ability to read from a PNG stream 57 application. This also allows the reading of embedded PNG streams that 58 do not have the PNG file signature. As well, it is now possible to set 64 on the PNG-implement mailing list and not on material submitted 83 compression library that is useful for more things than just PNG files. 89 You may also want a copy of the PNG specification. It is available 115 based in a large way on Guy's and Andreas' earlier work), and the PNG 127 Please do not send general questions about PNG. Send them to 131 in the PNG specification that is related to using libpng, send it 136 Please do not send suggestions on how to change PNG. We have [all …]
|
D | libpng-manual.txt | 52 This file describes how to use and modify the PNG reference library 63 Libpng was written as a companion to the PNG specification, as a way 64 of reducing the amount of time and effort it takes to support the PNG 67 The PNG specification (second edition), November 2003, is available as 69 <https://www.w3.org/TR/2003/REC-PNG-20031110/ 72 The PNG-1.2 specification is available at 75 to the PNG specification (second edition) but has some additional material. 77 The PNG-1.0 specification is available as RFC 2083 85 about PNG, and the latest version of libpng, can be found at the PNG home 98 the PNG file format in whatever way possible. While there is still [all …]
|
D | LICENSE | 80 The PNG Reference Library is supplied "AS IS". The Contributing Authors 85 or consequential damages, which may result from the use of the PNG 102 supporting the PNG file format in commercial products. If you use this
|
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/libpng/contrib/gregbook/ |
D | README | 2 PNG: The Definitive Guide 7 Chapters 13, 14 and 15 of "PNG: The Definitive Guide" discuss three free, 14 of PBMPLUS/NetPBM) and converts them to PNG. 46 toucan.png transparent PNG for testing (by Stefan Schneider) 49 primary purpose is to illustrate how to use libpng to add PNG support to 88 Copy Makefile.unx to Makefile and edit the PNG* and Z* variables 165 rpng is a simple PNG viewer that can display transparent PNGs with a 178 format (.pgm or .ppm) to PNG; for example, 182 would convert the specified PPM file (using redirection) to PNG, auto- 183 matically setting the PNG modification-time chunk.
|
/external/swiftshader/third_party/LLVM/docs/tutorial/ |
D | Makefile | 14 PNG := $(wildcard $(PROJ_SRC_DIR)/*.png) macro 22 $(Verb) $(DataInstall) $(PNG) $(HTML_DIR)
|
/external/zopfli/ |
D | README.zopflipng | 2 (PNG) images. This version has the following features: 23 Compared to libpng -- an often used PNG encoder implementation -- ZopfliPNG uses 30 a new image format, but the opportunities for optimization within PNG are
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageHeaderParser.java | 5 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG; 34 PNG(false), enumConstant 102 return alpha >= 3 ? PNG_A : PNG; in getType()
|
/external/libpng/contrib/pngsuite/ |
D | README | 11 images, available for developers of PNG supporting software. The 19 The images in this directory represent the basic PNG color-types: 22 can use them to test the proper functioning of PNG software.
|
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/ |
D | README.md | 4 spectrogram, and then save it out as a PNG image. A spectrogram is a 35 always written out in PNG format, even if you specify a different file
|
/external/google-fruit/extras/doc/ |
D | CMakeLists.txt | 62 …# This normalizes the PNG files, so that we avoid tracking multiple copies of the same file in the… 86 …# This normalizes the PNG files, so that we avoid tracking multiple copies of the same file in the…
|
/external/libpng/contrib/conftest/ |
D | read.dfa | 43 # To read the full set of PNG images correctly interlace, transparency and 51 # all the native PNG bit layouts, so it doesn't need any of layout change
|
/external/ImageMagick/coders/ |
D | png.h | 38 MagickCoderExports(PNG)
|
/external/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
D | def.c | 20 PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 39 missing. Handling compressed file formats like ZIP/GZIP or PNG 58 to PNG and MNG image compression, and to multimedia compression
|
/external/python/cpython3/Lib/distutils/tests/ |
D | Setup.sample | 9 PNG = -lpng 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
|
/external/python/cpython2/Lib/distutils/tests/ |
D | Setup.sample | 9 PNG = -lpng 23 imageext src/imageext.c $(SDL) $(IMAGE) $(PNG) $(JPEG) $(DEBUG)
|
/external/libnl/doc/images/icons/ |
D | README | 3 from the Jimmac icons to get round MS IE and FOP PNG incompatibilies.
|
/external/okhttp/okio/ |
D | README.md | 72 Example: a PNG decoder 75 Decoding the chunks of a PNG file demonstrates Okio in practice. 85 throw new IOException("Not a PNG.");
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | README.md | 7 metadata in common image containers such as JPEG and PNG, while maintaining
|