Uses of Class
org.apache.commons.imaging.common.XmpImagingParameters
Packages that use XmpImagingParameters
Package
Description
Provides utility classes that are employed across multiple image formats and sub-packages.
The GIF image format.
The JPEG image format.
The PNG image format.
The PSD image format.
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
The WebP image format.
-
Uses of XmpImagingParameters in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common with type parameters of type XmpImagingParametersModifier and TypeInterfaceDescriptioninterface
XmpEmbeddable<E extends XmpImagingParameters<E>>
Implementations support embedding the Extensible Metadata Platform tags.class
XmpImagingParameters<E extends XmpImagingParameters<E>>
Parameters for formats that support Xmp.Methods in org.apache.commons.imaging.common with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionXmpEmbeddable.getXmpXml
(ByteSource byteSource, XmpImagingParameters<E> params) Gets a string containing XML conforming to the Extensible Metadata Platform (XMP) standard for representing information about image content. -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.gif
Subclasses of XmpImagingParameters in org.apache.commons.imaging.formats.gifMethods in org.apache.commons.imaging.formats.gif with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionGifImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters<GifImagingParameters> params) Extracts embedded XML metadata as XML string. -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.jpeg
Subclasses of XmpImagingParameters in org.apache.commons.imaging.formats.jpegMethods in org.apache.commons.imaging.formats.jpeg with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionJpegImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters<JpegImagingParameters> params) Extracts embedded XML metadata as XML string. -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.png
Subclasses of XmpImagingParameters in org.apache.commons.imaging.formats.pngMethods in org.apache.commons.imaging.formats.png with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionPngImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters<PngImagingParameters> params) -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionPsdImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters params) Extracts embedded XML metadata as XML string. -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.tiff
Subclasses of XmpImagingParameters in org.apache.commons.imaging.formats.tiffMethods in org.apache.commons.imaging.formats.tiff with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionTiffImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters<TiffImagingParameters> params) -
Uses of XmpImagingParameters in org.apache.commons.imaging.formats.webp
Subclasses of XmpImagingParameters in org.apache.commons.imaging.formats.webpMethods in org.apache.commons.imaging.formats.webp with parameters of type XmpImagingParametersModifier and TypeMethodDescriptionWebPImageParser.getXmpXml
(ByteSource byteSource, XmpImagingParameters<WebPImagingParameters> params)