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 PhotoshopApp13DataJpegPhotoshopMetadata. photoshopApp13DataConstructors 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 PhotoshopApp13DataIptcParser. parsePhotoshopSegment(byte[] bytes, boolean strict)PhotoshopApp13DataIptcParser. parsePhotoshopSegment(byte[] bytes, ImagingParameters params)Methods in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type PhotoshopApp13Data Modifier and Type Method Description voidJpegIptcRewriter. 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.voidJpegIptcRewriter. 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.voidJpegIptcRewriter. 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.voidJpegIptcRewriter. 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 PhotoshopApp13DataApp13Segment. parsePhotoshopSegment(ImagingParameters params)
-