Uses of Interface
org.apache.commons.imaging.common.ImageMetadata
Packages that use ImageMetadata
Package
Description
The main package for Apache Commons Imaging.
Provides utility classes that are employed across multiple image formats and sub-packages.
The BMP image format.
The DCX image format.
The GIF image format.
The ICNS image format.
The ICO/CUR image formats.
The JPEG image format.
The PCX image format.
The PNG (Portable Network Graphics) image format.
The PNM image format family.
The PSD image format.
The Radiance HDR image format.
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
The Wireless Application Protocol Bitmap Format image format.
The WebP image format.
The X BitMap image format.
The X PixMap image format.
-
Uses of ImageMetadata in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageMetadataModifier and TypeMethodDescriptionfinal ImageMetadata
AbstractImageParser.getMetadata
(byte[] bytes) Gets image metadata from the specified array of bytes.final ImageMetadata
AbstractImageParser.getMetadata
(byte[] bytes, T params) Gets image metadata from the specified array of bytes.final ImageMetadata
AbstractImageParser.getMetadata
(File file) Gets image metadata from the specified file.final ImageMetadata
AbstractImageParser.getMetadata
(File file, T params) Gets image metadata from the specified file.final ImageMetadata
AbstractImageParser.getMetadata
(ByteSource byteSource) Gets image metadata from the specified byte source.abstract ImageMetadata
AbstractImageParser.getMetadata
(ByteSource byteSource, T params) Gets image metadata from the specified byte source.static ImageMetadata
Imaging.getMetadata
(byte[] bytes) Parses the metadata of an image.static ImageMetadata
Imaging.getMetadata
(File file) Parses the metadata of an image file.static ImageMetadata
Imaging.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 -
Uses of ImageMetadata in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp that return ImageMetadataModifier and TypeMethodDescriptionBmpImageParser.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 ImageMetadataModifier and TypeMethodDescriptionDcxImageParser.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 ImageMetadataMethods in org.apache.commons.imaging.formats.gif that return ImageMetadataModifier and TypeMethodDescriptionGifImageParser.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 ImageMetadataModifier and TypeMethodDescriptionIcnsImageParser.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 ImageMetadataModifier and TypeMethodDescriptionIcoImageParser.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 ImageMetadataMethods in org.apache.commons.imaging.formats.jpeg that return ImageMetadataModifier and TypeMethodDescriptionJpegImageParser.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 ImageMetadataModifier and TypeMethodDescriptionPcxImageParser.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 ImageMetadataMethods in org.apache.commons.imaging.formats.png that return ImageMetadataModifier and TypeMethodDescriptionPngImageParser.getMetadata
(ByteSource byteSource, PngImagingParameters params) PngImageMetadata.getTextualInformation()
Constructors in org.apache.commons.imaging.formats.png with parameters of type ImageMetadataModifierConstructorDescriptionPngImageMetadata
(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 ImageMetadataModifier and TypeMethodDescriptionPnmImageParser.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 ImageMetadataModifier and TypeMethodDescriptionPsdImageParser.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 ImageMetadataModifier and TypeMethodDescriptionRgbeImageParser.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 ImageMetadataModifier and TypeClassDescriptionclass
static class
Methods in org.apache.commons.imaging.formats.tiff that return ImageMetadataModifier and TypeMethodDescriptionTiffImageParser.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 ImageMetadataModifier and TypeMethodDescriptionWbmpImageParser.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 -
Uses of ImageMetadata in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageMetadataModifier and TypeMethodDescriptionXbmImageParser.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 ImageMetadataModifier and TypeMethodDescriptionXpmImageParser.getMetadata
(ByteSource byteSource, XpmImagingParameters params)