| Package | Description |
|---|---|
| com.drew.imaging.png |
Contains classes for working with PNG (Portable Network Graphic) files.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<PngChunk> |
PngChunkReader.extract(SequentialReader reader,
java.util.Set<PngChunkType> desiredChunkTypes) |
static Metadata |
PngMetadataReader.readMetadata(java.io.File file) |
static Metadata |
PngMetadataReader.readMetadata(java.io.InputStream inputStream) |
| Constructor and Description |
|---|
PngChromaticities(byte[] bytes) |
PngHeader(byte[] bytes) |
Copyright © 2002-2016 Drew Noakes. All Rights Reserved.