Package | Description |
---|---|
org.apache.commons.imaging.formats.jpeg |
The JPEG image format.
|
org.apache.commons.imaging.formats.jpeg.iptc |
JPEG image format IPTC metadata.
|
org.apache.commons.imaging.formats.jpeg.segments |
JPEG image format segments.
|
Modifier and Type | Field and Description |
---|---|
PhotoshopApp13Data |
JpegPhotoshopMetadata.photoshopApp13Data |
Constructor and Description |
---|
JpegPhotoshopMetadata(PhotoshopApp13Data photoshopApp13Data) |
Modifier and Type | Method and Description |
---|---|
PhotoshopApp13Data |
IptcParser.parsePhotoshopSegment(byte[] bytes,
boolean strict) |
PhotoshopApp13Data |
IptcParser.parsePhotoshopSegment(byte[] bytes,
Map<String,Object> params) |
Modifier and Type | Method and Description |
---|---|
void |
JpegIptcRewriter.writeIPTC(byte[] src,
OutputStream os,
PhotoshopApp13Data newData)
Reads a Jpeg image, replaces the IPTC data in the App13 segment but
leaves the other data in that segment (if present) unchanged and writes
the result to a stream.
|
void |
JpegIptcRewriter.writeIPTC(ByteSource byteSource,
OutputStream os,
PhotoshopApp13Data newData)
Reads a Jpeg image, replaces the IPTC data in the App13 segment but
leaves the other data in that segment (if present) unchanged and writes
the result to a stream.
|
void |
JpegIptcRewriter.writeIPTC(File src,
OutputStream os,
PhotoshopApp13Data newData)
Reads a Jpeg image, replaces the IPTC data in the App13 segment but
leaves the other data in that segment (if present) unchanged and writes
the result to a stream.
|
void |
JpegIptcRewriter.writeIPTC(InputStream src,
OutputStream os,
PhotoshopApp13Data newData)
Reads a Jpeg image, replaces the IPTC data in the App13 segment but
leaves the other data in that segment (if present) unchanged and writes
the result to a stream.
|
byte[] |
IptcParser.writePhotoshopApp13Segment(PhotoshopApp13Data data) |
Modifier and Type | Method and Description |
---|---|
PhotoshopApp13Data |
App13Segment.parsePhotoshopSegment(Map<String,Object> params) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.