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) |
PngChunkType(byte[] bytes) |
PngChunkType(String identifier) |
PngChunkType(String identifier,
boolean multipleAllowed) |
PngHeader(byte[] bytes) |
Copyright © 2024. All rights reserved.