Package | Description |
---|---|
com.drew.imaging |
Provides classes for reading image metadata (via data interrogation and delegation to a specialised reader)
and utilities for photographic conversions.
|
com.drew.imaging.jpeg |
Provides classes for reading JPEG format data.
|
com.drew.imaging.tiff |
Provides classes for reading TIFF format data.
|
Modifier and Type | Method and Description |
---|---|
static Metadata |
ImageMetadataReader.readMetadata(java.io.BufferedInputStream inputStream)
Reads metadata from an input stream.
|
static Metadata |
ImageMetadataReader.readMetadata(java.io.File file)
Reads metadata from a file.
|
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 | Class and Description |
---|---|
class |
TiffProcessingException
An exception class thrown upon unexpected and fatal conditions while processing
a Tiff file.
|
Copyright © 2006 Drew Noakes. All Rights Reserved.