Uses of Class
org.apache.commons.imaging.formats.jpeg.iptc.PhotoshopApp13Data
-
Packages that use PhotoshopApp13Data 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. -
-
Uses of PhotoshopApp13Data in org.apache.commons.imaging.formats.jpeg
Fields in org.apache.commons.imaging.formats.jpeg declared as PhotoshopApp13Data Modifier and Type Field Description PhotoshopApp13Data
JpegPhotoshopMetadata. photoshopApp13Data
Constructors in org.apache.commons.imaging.formats.jpeg with parameters of type PhotoshopApp13Data Constructor Description JpegPhotoshopMetadata(PhotoshopApp13Data photoshopApp13Data)
-
Uses of PhotoshopApp13Data in org.apache.commons.imaging.formats.jpeg.iptc
Methods in org.apache.commons.imaging.formats.jpeg.iptc that return PhotoshopApp13Data Modifier and Type Method Description PhotoshopApp13Data
IptcParser. parsePhotoshopSegment(byte[] bytes, boolean strict)
PhotoshopApp13Data
IptcParser. parsePhotoshopSegment(byte[] bytes, ImagingParameters params)
Methods in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type PhotoshopApp13Data Modifier and Type Method 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(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.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.byte[]
IptcParser. writePhotoshopApp13Segment(PhotoshopApp13Data data)
-
Uses of PhotoshopApp13Data in org.apache.commons.imaging.formats.jpeg.segments
Methods in org.apache.commons.imaging.formats.jpeg.segments that return PhotoshopApp13Data Modifier and Type Method Description PhotoshopApp13Data
App13Segment. parsePhotoshopSegment(ImagingParameters params)
-