Package | Description |
---|---|
com.drew.imaging |
Contains classes for working with image file formats and photographic conversions.
|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
com.drew.imaging.mp4 | |
com.drew.imaging.png |
Contains classes for working with PNG (Portable Network Graphic) files.
|
com.drew.imaging.quicktime |
Contains classes for working with QuickTime files.
|
com.drew.imaging.riff |
Contains classes for working with RIFF format files, such as WebP.
|
com.drew.imaging.tiff |
Contains classes for working with TIFF format files.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
ImageMetadataReader.readMetadata(File file)
|
static Metadata |
ImageMetadataReader.readMetadata(InputStream inputStream)
Reads metadata from an
InputStream . |
static Metadata |
ImageMetadataReader.readMetadata(InputStream inputStream,
long streamLength)
Reads metadata from an
InputStream of known length. |
static Metadata |
ImageMetadataReader.readMetadata(InputStream inputStream,
long streamLength,
FileType fileType)
Reads metadata from an
InputStream of known length and file type. |
Modifier and Type | Class and Description |
---|---|
class |
JpegProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
Mp4MetadataReader.readMetadata(File file) |
Modifier and Type | Class and Description |
---|---|
class |
PngProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a JPEG file.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
QuickTimeMetadataReader.readMetadata(File file) |
Modifier and Type | Class and Description |
---|---|
class |
RiffProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a RIFF file.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.
|
Copyright © 2024. All rights reserved.