Home
last modified time | relevance | path

Searched refs:PNG (Results 1 – 25 of 102) sorted by relevance

12345

/external/opencv3/3rdparty/libpng/
DREADME48 The additions since 0.89 include the ability to read from a PNG stream
50 application. This also allows the reading of embedded PNG streams that
51 do not have the PNG file signature. As well, it is now possible to set
57 on the PNG-implement mailing list and not on material submitted
76 compression library that is useful for more things than just PNG files.
83 You may also want a copy of the PNG specification. It is available
88 [DOWNLOAD] area, and on CompuServe, Lib 20 (PNG SUPPORT)
104 based in a large way on Guy's and Andreas' earlier work), and the PNG
116 Please do not send general questions about PNG. Send them to
120 in the PNG specification that is related to using libpng, send it
[all …]
DLICENSE71 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
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DPixmapPackerIO.java8 import com.badlogic.gdx.graphics.PixmapIO.PNG;
22 PNG(".png"); enumConstant
38 public ImageFormat format = ImageFormat.PNG;
71 case PNG: { in save()
/external/libpng/
DREADME55 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 …]
Dlibpng-manual.txt52 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 <http://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 …]
Dlibpng.pc.in7 Description: Loads and saves PNG files
DLICENSE77 The PNG Reference Library is supplied "AS IS". The Contributing Authors
82 or consequential damages, which may result from the use of the PNG
99 supporting the PNG file format in commercial products. If you use this
/external/libpng/contrib/gregbook/
DREADME2 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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DPngTest.java26 import com.badlogic.gdx.graphics.PixmapIO.PNG;
55 PNG writer = new PNG((int)(pixmap.getWidth() * pixmap.getHeight() * 1.5f)); in render()
/external/chromium-trace/catapult/telemetry/third_party/png/
DREADME.chromium1 Name: Pure Python PNG Reader/Writer
14 Base64-encoded PNG files.
/external/skia/third_party/libpng/
DLICENSE70 The PNG Reference Library is supplied "AS IS". The Contributing Authors
75 or consequential damages, which may result from the use of the PNG
92 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
/external/zopfli/
DREADME.zopflipng2 (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/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmapIO.java62PNG writer = new PNG((int)(pixmap.getWidth() * pixmap.getHeight() * 1.5f)); // Guess at deflated s… in writePNG()
179 static public class PNG implements Disposable { class in PixmapIO
194 public PNG () { in PNG() method in PixmapIO.PNG
198 public PNG (int initialBufferSize) { in PNG() method in PixmapIO.PNG
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java5 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG;
34 PNG(false), enumConstant
102 return alpha >= 3 ? PNG_A : PNG; in getType()
DBitmapEncoder.java63 return Bitmap.CompressFormat.PNG; in getFormat()
/external/libpng/contrib/pngsuite/
DREADME11 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/libpng/scripts/
Ddef.c20 PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
Dlibpng.pc.in7 Description: Loads and saves PNG files
Dpnglibconf.dfa63 # optional ('ancillary') chunks. This does not prevent PNG
187 # Changing this setting has a fundamental affect on the PNG ABI,
247 # appropriate for PNG images, maybe it doesn't exist in all versions?
270 # The alternative is to call functions to read PNG values, if
293 # generally safe but PNG files that don't conform to the specification will
299 # PNG files. Applications should enable this themselves; it's useful
395 # processing image data before creating a PNG or after reading one.
396 # You can remove these capabilities safely and still be PNG
417 # Disabling READ_16BIT does not disable reading 16-bit PNG files, but it
474 # for PNG-compliant decoders. (In other words, do not do this - in
[all …]
/external/libpng/contrib/conftest/
Dread.dfa43 # 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/zlib/src/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
58 to PNG and MNG image compression, and to multimedia compression
/external/okhttp/okio/
DREADME.md72 Example: a PNG decoder
75 Decoding the chunks of a PNG file demonstrates Okio in practice.
85 throw new IOException("Not a PNG.");
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiDevice.java80 return takeScreenshot(path, Bitmap.CompressFormat.PNG, 0); in takeScreenshot()
/external/deqp/framework/qphelper/
DCMakeLists.txt3 # PNG support enabled by default.
/external/ImageMagick/
DInstall-vms.txt29 as well as the VMS versions of the JPEG, PNG, TTF, and TIFF libraries.

12345