Uses of Interface
org.apache.commons.imaging.common.ImageMetadata
-
Packages that use ImageMetadata Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages.org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.dcx The DCX image format.org.apache.commons.imaging.formats.gif The GIF image format.org.apache.commons.imaging.formats.icns The ICNS image format.org.apache.commons.imaging.formats.ico The ICO/CUR image formats.org.apache.commons.imaging.formats.jpeg The JPEG image format.org.apache.commons.imaging.formats.pcx The PCX image format.org.apache.commons.imaging.formats.png The PNG (Portable Network Graphics) image format.org.apache.commons.imaging.formats.pnm The PNM image format family.org.apache.commons.imaging.formats.psd The PSD image format.org.apache.commons.imaging.formats.rgbe The Radiance HDR 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.wbmp The Wireless Application Protocol Bitmap Format image format.org.apache.commons.imaging.formats.webp The WebP image format.org.apache.commons.imaging.formats.xbm The X BitMap image format.org.apache.commons.imaging.formats.xpm The X PixMap image format. -
-
Uses of ImageMetadata in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageMetadata Modifier and Type Method Description ImageMetadataAbstractImageParser. getMetadata(byte[] bytes)Gets image metadata from the specified array of bytes.ImageMetadataAbstractImageParser. getMetadata(byte[] bytes, T params)Gets image metadata from the specified array of bytes.ImageMetadataAbstractImageParser. getMetadata(java.io.File file)Gets image metadata from the specified file.ImageMetadataAbstractImageParser. getMetadata(java.io.File file, T params)Gets image metadata from the specified file.ImageMetadataAbstractImageParser. getMetadata(ByteSource byteSource)Gets image metadata from the specified byte source.abstract ImageMetadataAbstractImageParser. getMetadata(ByteSource byteSource, T params)Gets image metadata from the specified byte source.static ImageMetadataImaging. getMetadata(byte[] bytes)Parses the metadata of an image.static ImageMetadataImaging. getMetadata(java.io.File file)Parses the metadata of an image file.static ImageMetadataImaging. getMetadata(java.io.InputStream is, java.lang.String fileName)Parses the metadata of an image file.private static ImageMetadataImaging. getMetadata(ByteSource byteSource) -
Uses of ImageMetadata in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common that implement ImageMetadata Modifier and Type Class Description classGenericImageMetadata -
Uses of ImageMetadata in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp that return ImageMetadata Modifier and Type Method Description ImageMetadataBmpImageParser. getMetadata(ByteSource byteSource, BmpImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx that return ImageMetadata Modifier and Type Method Description ImageMetadataDcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.gif
Classes in org.apache.commons.imaging.formats.gif that implement ImageMetadata Modifier and Type Class Description classGifImageMetadataMethods in org.apache.commons.imaging.formats.gif that return ImageMetadata Modifier and Type Method Description ImageMetadataGifImageParser. getMetadata(ByteSource byteSource, GifImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns that return ImageMetadata Modifier and Type Method Description ImageMetadataIcnsImageParser. getMetadata(ByteSource byteSource, IcnsImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return ImageMetadata Modifier and Type Method Description ImageMetadataIcoImageParser. getMetadata(ByteSource byteSource, IcoImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.jpeg
Classes in org.apache.commons.imaging.formats.jpeg that implement ImageMetadata Modifier and Type Class Description classJpegImageMetadataclassJpegPhotoshopMetadataMethods in org.apache.commons.imaging.formats.jpeg that return ImageMetadata Modifier and Type Method Description ImageMetadataJpegImageParser. getMetadata(ByteSource byteSource, JpegImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return ImageMetadata Modifier and Type Method Description ImageMetadataPcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.png
Classes in org.apache.commons.imaging.formats.png that implement ImageMetadata Modifier and Type Class Description classPngImageMetadataFields in org.apache.commons.imaging.formats.png declared as ImageMetadata Modifier and Type Field Description private ImageMetadataPngImageMetadata. textualInformationMethods in org.apache.commons.imaging.formats.png that return ImageMetadata Modifier and Type Method Description ImageMetadataPngImageParser. getMetadata(ByteSource byteSource, PngImagingParameters params)ImageMetadataPngImageMetadata. getTextualInformation()Constructors in org.apache.commons.imaging.formats.png with parameters of type ImageMetadata Constructor Description PngImageMetadata(ImageMetadata textualInformation)PngImageMetadata(ImageMetadata textualInformation, TiffImageMetadata exif) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm that return ImageMetadata Modifier and Type Method Description ImageMetadataPnmImageParser. getMetadata(ByteSource byteSource, PnmImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd that return ImageMetadata Modifier and Type Method Description ImageMetadataPsdImageParser. getMetadata(ByteSource byteSource, PsdImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe that return ImageMetadata Modifier and Type Method Description ImageMetadataRgbeImageParser. getMetadata(ByteSource byteSource, RgbeImagingParameters params)(package private) ImageMetadataRgbeInfo. getMetadata() -
Uses of ImageMetadata in org.apache.commons.imaging.formats.tiff
Classes in org.apache.commons.imaging.formats.tiff that implement ImageMetadata Modifier and Type Class Description classTiffImageMetadatastatic classTiffImageMetadata.DirectoryMethods in org.apache.commons.imaging.formats.tiff that return ImageMetadata Modifier and Type Method Description ImageMetadataTiffImageParser. getMetadata(ByteSource byteSource, TiffImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp that return ImageMetadata Modifier and Type Method Description ImageMetadataWbmpImageParser. getMetadata(ByteSource byteSource, WbmpImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.webp
Classes in org.apache.commons.imaging.formats.webp that implement ImageMetadata Modifier and Type Class Description classWebPImageMetadataWebP image metadata. -
Uses of ImageMetadata in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageMetadata Modifier and Type Method Description ImageMetadataXbmImageParser. getMetadata(ByteSource byteSource, XbmImagingParameters params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm that return ImageMetadata Modifier and Type Method Description ImageMetadataXpmImageParser. getMetadata(ByteSource byteSource, XpmImagingParameters params)
-