public class JpegImageParser extends ImageParser
Constructor and Description |
---|
JpegImageParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
dumpImageFile(java.io.PrintWriter pw,
ByteSource byteSource)
Write the ImageInfo and format-specific information for the image
content of the specified byte source to a PrintWriter
|
java.awt.image.BufferedImage |
getBufferedImage(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Gets a buffered image specified by the byte source (for
sources that specify multiple images, choice of which image
is returned is implementation dependent).
|
java.lang.String |
getDefaultExtension()
Get the default extension for the format specified by an implementation
of ImageParser.
|
TiffImageMetadata |
getExifMetadata(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params) |
byte[] |
getExifRawData(ByteSource byteSource) |
byte[] |
getICCProfileBytes(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Get an array of bytes describing the International Color Consortium (ICC)
specification for the color space of the image contained in the
input byteSoruce.
|
ImageInfo |
getImageInfo(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Get image information from the specified ByteSource.
|
java.awt.Dimension |
getImageSize(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Get the size of the image described by the specified ByteSource.
|
ImageMetadata |
getMetadata(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Get image metadata from the specified byte source.
|
java.lang.String |
getName()
Get a descriptive name for the implementation of an ImageParser.
|
JpegPhotoshopMetadata |
getPhotoshopMetadata(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params) |
java.lang.String |
getXmpXml(ByteSource byteSource,
java.util.Map<java.lang.String,java.lang.Object> params)
Extracts embedded XML metadata as XML string.
|
boolean |
hasExifSegment(ByteSource byteSource) |
boolean |
hasIptcSegment(ByteSource byteSource) |
boolean |
hasXmpSegment(ByteSource byteSource) |
static boolean |
isExifAPP1Segment(GenericSegment segment) |
java.util.List<Segment> |
readSegments(ByteSource byteSource,
int[] markers,
boolean returnAfterFirst) |
java.util.List<Segment> |
readSegments(ByteSource byteSource,
int[] markers,
boolean returnAfterFirst,
boolean readEverything) |
canAcceptType, dumpImageFile, dumpImageFile, dumpImageFile, getAllBufferedImages, getAllBufferedImages, getAllBufferedImages, getAllImageParsers, getBufferedImage, getBufferedImage, getFormatCompliance, getFormatCompliance, getFormatCompliance, getICCProfileBytes, getICCProfileBytes, getICCProfileBytes, getICCProfileBytes, getImageInfo, getImageInfo, getImageInfo, getImageSize, getImageSize, getImageSize, getImageSize, getMetadata, getMetadata, getMetadata, getMetadata, getMetadata, isStrict, writeImage
getByteOrder, getDebug, setDebug
public java.lang.String getName()
ImageParser
getName
in class ImageParser
public java.lang.String getDefaultExtension()
ImageParser
getDefaultExtension
in class ImageParser
public final java.awt.image.BufferedImage getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageParser
getBufferedImage
in class ImageParser
byteSource
- A valid instance of ByteSourceparams
- Optional instructions for special-handling or
interpretation of the input data (null objects are permitted and
must be supported by implementations).ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful read or access operation.public java.util.List<Segment> readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst, boolean readEverything) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public java.util.List<Segment> readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public byte[] getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageParser
getICCProfileBytes
in class ImageParser
byteSource
- A valid ByteSource.params
- Optional instructions for special-handling or
interpretation of the input data.ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful read or access operation.public ImageMetadata getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageParser
The params argument provides a mechanism for individual implementations to pass optional information into the parser. Not all formats will require this capability. Because the base class may call this method with a null params argument, implementations should always include logic for ignoring null input.
getMetadata
in class ImageParser
byteSource
- A valid byte source.params
- Optional instructions for special-handling or
interpretation of the input data (null objects are permitted and
must be supported by implementations).ImageReadException
- In the event that the the ByteSource
content does not conform to the format of the specific parser
implementation.java.io.IOException
- In the event of unsuccessful data read operation.public static boolean isExifAPP1Segment(GenericSegment segment)
public TiffImageMetadata getExifMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public byte[] getExifRawData(ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public boolean hasExifSegment(ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public boolean hasIptcSegment(ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public boolean hasXmpSegment(ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public java.lang.String getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
getXmpXml
in class ImageParser
byteSource
- File containing image data.params
- Map of optional parameters, defined in ImagingConstants.ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful read or access operation.public JpegPhotoshopMetadata getPhotoshopMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public java.awt.Dimension getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageParser
getImageSize
in class ImageParser
byteSource
- A valid reference to a ByteSource.params
- Optional instructions for special-handling or
interpretation of the input data.ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful read or access operation.public ImageInfo getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params) throws ImageReadException, java.io.IOException
ImageParser
The params argument provides a mechanism for individual implementations to pass optional information into the parser. Not all formats will require this capability. Because the base class may call this method with a null params argument, implementations should always include logic for ignoring null input.
getImageInfo
in class ImageParser
byteSource
- A valid ByteSource objectparams
- Optional instructions for special-handling or interpretation
of the input data (null objects are permitted and
must be supported by implementations).ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful data access operation.public boolean dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource) throws ImageReadException, java.io.IOException
ImageParser
dumpImageFile
in class ImageParser
byteSource
- A valid byte source.ImageReadException
- In the event that the the specified content
does not conform to the format of the specific
parser implementation.java.io.IOException
- In the event of unsuccessful read or access operation."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"