/third_party/flutter/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 …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/libpng/ |
D | README | 56 The additions since 0.89 include the ability to read from a PNG stream 58 application. This also allows the reading of embedded PNG streams that 59 do not have the PNG file signature. As well, it is now possible to set 80 for more things than just PNG files. You can use zlib as a drop-in 86 You may also want a copy of the PNG specification. It is available 94 earlier work, was created and will be supported by myself and the PNG 102 Send general questions about the PNG specification to png-mng-misc 121 png.5 => manual page for the PNG format 132 pngbar.png => PNG logo, 88x31 133 pngnow.png => PNG logo, 98x31 [all …]
|
D | LICENSE | 4 PNG Reference Library License version 2 7 * Copyright (c) 1995-2019 The PNG Reference Library Authors. 39 PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) 109 The PNG Reference Library is supplied "AS IS". The Contributing 115 result from the use of the PNG Reference Library, even if advised of 132 to supporting the PNG file format in commercial products. If you use
|
D | libpng-manual.txt | 53 This file describes how to use and modify the PNG reference library 64 Libpng was written as a companion to the PNG specification, as a way 65 of reducing the amount of time and effort it takes to support the PNG 68 The PNG specification (second edition), November 2003, is available as 70 <https://www.w3.org/TR/2003/REC-PNG-20031110/>. 73 The PNG-1.2 specification is available at 76 to the PNG specification (second edition) but has some additional material. 78 The PNG-1.0 specification is available as RFC 2083 at 86 about PNG, and the latest version of libpng, can be found at the PNG home 99 the PNG file format in whatever way possible. While there is still [all …]
|
D | AUTHORS | 1 PNG REFERENCE LIBRARY AUTHORS 4 This is the list of PNG Reference Library ("libpng") Contributing
|
/third_party/libpng/ |
D | README | 56 The additions since 0.89 include the ability to read from a PNG stream 58 application. This also allows the reading of embedded PNG streams that 59 do not have the PNG file signature. As well, it is now possible to set 80 for more things than just PNG files. You can use zlib as a drop-in 86 You may also want a copy of the PNG specification. It is available 94 earlier work, was created and will be supported by myself and the PNG 102 Send general questions about the PNG specification to png-mng-misc 121 png.5 => manual page for the PNG format 132 pngbar.png => PNG logo, 88x31 133 pngnow.png => PNG logo, 98x31 [all …]
|
D | LICENSE | 4 PNG Reference Library License version 2 7 * Copyright (c) 1995-2019 The PNG Reference Library Authors. 39 PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) 109 The PNG Reference Library is supplied "AS IS". The Contributing 115 result from the use of the PNG Reference Library, even if advised of 132 to supporting the PNG file format in commercial products. If you use
|
D | libpng-manual.txt | 53 This file describes how to use and modify the PNG reference library 64 Libpng was written as a companion to the PNG specification, as a way 65 of reducing the amount of time and effort it takes to support the PNG 68 The PNG specification (second edition), November 2003, is available as 70 <https://www.w3.org/TR/2003/REC-PNG-20031110/>. 73 The PNG-1.2 specification is available at 76 to the PNG specification (second edition) but has some additional material. 78 The PNG-1.0 specification is available as RFC 2083 at 86 about PNG, and the latest version of libpng, can be found at the PNG home 99 the PNG file format in whatever way possible. While there is still [all …]
|
D | AUTHORS | 1 PNG REFERENCE LIBRARY AUTHORS 4 This is the list of PNG Reference Library ("libpng") Contributing
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | README | 56 The additions since 0.89 include the ability to read from a PNG stream 58 application. This also allows the reading of embedded PNG streams that 59 do not have the PNG file signature. As well, it is now possible to set 80 for more things than just PNG files. You can use zlib as a drop-in 86 You may also want a copy of the PNG specification. It is available 94 earlier work, was created and will be supported by myself and the PNG 102 Send general questions about the PNG specification to png-mng-misc 121 png.5 => manual page for the PNG format 132 pngbar.png => PNG logo, 88x31 133 pngnow.png => PNG logo, 98x31 [all …]
|
D | LICENSE | 4 PNG Reference Library License version 2 7 * Copyright (c) 1995-2019 The PNG Reference Library Authors. 39 PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) 109 The PNG Reference Library is supplied "AS IS". The Contributing 115 result from the use of the PNG Reference Library, even if advised of 132 to supporting the PNG file format in commercial products. If you use
|
D | libpng-manual.txt | 53 This file describes how to use and modify the PNG reference library 64 Libpng was written as a companion to the PNG specification, as a way 65 of reducing the amount of time and effort it takes to support the PNG 68 The PNG specification (second edition), November 2003, is available as 70 <https://www.w3.org/TR/2003/REC-PNG-20031110/>. 73 The PNG-1.2 specification is available at 76 to the PNG specification (second edition) but has some additional material. 78 The PNG-1.0 specification is available as RFC 2083 at 86 about PNG, and the latest version of libpng, can be found at the PNG home 99 the PNG file format in whatever way possible. While there is still [all …]
|
D | AUTHORS | 1 PNG REFERENCE LIBRARY AUTHORS 4 This is the list of PNG Reference Library ("libpng") Contributing
|
/third_party/skia/third_party/externals/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.
|
/third_party/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.
|
/third_party/flutter/skia/third_party/externals/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.
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | roadmap.md | 8 - Write the PNG decoder. 10 - Write the PNG encoder.
|
/third_party/ffmpeg/tests/fate/ |
D | lavf-image.mak | 17 FATE_LAVF_IMAGES-$(call ENCDEC, PNG, IMAGE2) += png 18 FATE_LAVF_IMAGES-$(call ENCDEC, PNG, IMAGE2) += gray16be.png 19 FATE_LAVF_IMAGES-$(call ENCDEC, PNG, IMAGE2) += rgb48be.png
|
/third_party/skia/third_party/externals/libpng/contrib/pngsuite/ |
D | README | 11 images, available for developers of PNG supporting software. The 21 The images in this directory represent the basic PNG color-types: 24 can use them to test the proper functioning of PNG software.
|
/third_party/libpng/contrib/pngsuite/ |
D | README | 11 images, available for developers of PNG supporting software. The 21 The images in this directory represent the basic PNG color-types: 24 can use them to test the proper functioning of PNG software.
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngsuite/ |
D | README | 11 images, available for developers of PNG supporting software. The 21 The images in this directory represent the basic PNG color-types: 24 can use them to test the proper functioning of PNG software.
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | CHANGELOG | 12 - preserving standard PNG chunks (requires libpng 1.6) 17 - preserving of unknown PNG chunks (enables optimized Android 9-patch images) 112 - changed stdin support to write PNG stream to stdout (not "stdin-fs8.png")
|
/third_party/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|