/external/skqp/bench/ |
D | EncoderBench.cpp | 82 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ macro 98 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 6), "PNG")); 99 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 3), "PNG_3")); 100 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 1), "PNG_1")); 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s")); 103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s")); 104 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s")); 106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 108 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 1), "PNG_1n")); [all …]
|
/external/skia/bench/ |
D | EncoderBench.cpp | 82 #define PNG(FLAG, ZLIBLEVEL) [](SkWStream* d, const SkPixmap& s) { \ macro 98 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 6), "PNG")); 99 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 3), "PNG_3")); 100 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kAll, 1), "PNG_1")); 102 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s")); 103 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s")); 104 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s")); 106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 108 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
|
/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/syslinux/com32/lib/libpng/ |
D | README | 52 The additions since 0.89 include the ability to read from a PNG stream 54 application. This also allows the reading of embedded PNG streams that 55 do not have the PNG file signature. As well, it is now possible to set 80 compression library that is useful for more things than just PNG files. 87 You may also want a copy of the PNG specification. It is available 92 [DOWNLOAD] area, and on CompuServe, Lib 20 (PNG SUPPORT) 108 based in a large way on Guy's and Andreas' earlier work), and the PNG 120 Please do not send general questions about PNG. Send them to 126 in the PNG specification that is related to using libpng, send it 131 Please do not send suggestions on how to change PNG. We have [all …]
|
D | libpng.txt | 27 This file describes how to use and modify the PNG reference library 36 Libpng was written as a companion to the PNG specification, as a way 37 of reducing the amount of time and effort it takes to support the PNG 40 The PNG specification (second edition), November 2003, is available as 42 <http://www.w3.org/TR/2003/REC-PNG-20031110/ 45 The PNG-1.2 specification is available at 48 The PNG-1.0 specification is available 55 about PNG, and the latest version of libpng, can be found at the PNG home 68 the PNG file format in whatever way possible. While there is still 72 Libpng uses zlib for its compression and decompression of PNG files. [all …]
|
D | LICENSE | 71 The PNG Reference Library is supplied "AS IS". The Contributing Authors 76 or consequential damages, which may result from the use of the PNG 93 supporting the PNG file format in commercial products. If you use this 103 Also, the PNG logo (in PNG format, of course) is supplied in the
|
D | Y2KINFO | 6 Since the PNG Development group is an ad-hoc body, we can't make 55 PNG Development Group
|
/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/e2fsprogs/tests/f_detect_junk/ |
D | expect.nodebugfs | 14 test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data 18 test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data
|
/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/tensorflow/tensorflow/docs_src/api_guides/python/ |
D | image.md | 10 TensorFlow provides Ops to decode and encode JPEG and PNG formats. Encoded 12 tensors of shape `[height, width, channels]`. (PNG also supports uint16.) 18 Note: The PNG encode and decode Ops support RGBA, but the conversions Ops
|
/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/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/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/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
|