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 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.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 ImageMetadataImageParser. getMetadata(byte[] bytes)Get image metadata from the specified array of bytes.ImageMetadataImageParser. getMetadata(byte[] bytes, T params)Get image metadata from the specified array of bytes.ImageMetadataImageParser. getMetadata(File file)Get image metadata from the specified file.ImageMetadataImageParser. getMetadata(File file, T params)Get image metadata from the specified file.ImageMetadataImageParser. getMetadata(ByteSource byteSource)Get image metadata from the specified byte source.abstract ImageMetadataImageParser. getMetadata(ByteSource byteSource, T params)Get image metadata from the specified byte source.static ImageMetadataImaging. getMetadata(byte[] bytes)Parses the metadata of an image.static ImageMetadataImaging. getMetadata(File file)Parses the metadata of an image file.static ImageMetadataImaging. getMetadata(InputStream is, String fileName)Parses the metadata of an image file. -
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
Methods in org.apache.commons.imaging.formats.png that return ImageMetadata Modifier and Type Method Description ImageMetadataPngImageParser. getMetadata(ByteSource byteSource, PngImagingParameters params) -
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) -
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.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)
-