Uses of Class
org.apache.commons.imaging.common.XmpImagingParameters
-
Packages that use XmpImagingParameters Package Description org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages.org.apache.commons.imaging.formats.gif The GIF image format.org.apache.commons.imaging.formats.jpeg The JPEG image format.org.apache.commons.imaging.formats.png The PNG (Portable Network Graphics) image format.org.apache.commons.imaging.formats.psd The PSD image format.org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.org.apache.commons.imaging.formats.webp 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 XmpImagingParameters Modifier and Type Interface Description interfaceXmpEmbeddable<E extends XmpImagingParameters<E>>Implementations support embedding the Extensible Metadata Platform tags.classXmpImagingParameters<E extends XmpImagingParameters<E>>Parameters for formats that support Xmp.Methods in org.apache.commons.imaging.common with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringXmpEmbeddable. 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.gif Modifier and Type Class Description classGifImagingParametersGIF format parameters.Methods in org.apache.commons.imaging.formats.gif with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringGifImageParser. 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.jpeg Modifier and Type Class Description classJpegImagingParametersJPEG format parameters.Methods in org.apache.commons.imaging.formats.jpeg with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringJpegImageParser. 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.png Modifier and Type Class Description classPngImagingParametersPNG format parameters.Methods in org.apache.commons.imaging.formats.png with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringPngImageParser. 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 XmpImagingParameters Modifier and Type Method Description java.lang.StringPsdImageParser. 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.tiff Modifier and Type Class Description classTiffImagingParametersTIFF format parameters.Methods in org.apache.commons.imaging.formats.tiff with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringTiffImageParser. 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.webp Modifier and Type Class Description classWebPImagingParametersWebP format parameters.Methods in org.apache.commons.imaging.formats.webp with parameters of type XmpImagingParameters Modifier and Type Method Description java.lang.StringWebPImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<WebPImagingParameters> params)
-