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