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 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 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
ImageParser.getMetadata
(byte[] bytes) Get image metadata from the specified array of bytes.final ImageMetadata
ImageParser.getMetadata
(byte[] bytes, Map<String, Object> params) Get image metadata from the specified array of bytes.final ImageMetadata
ImageParser.getMetadata
(File file) Get image metadata from the specified file.final ImageMetadata
ImageParser.getMetadata
(File file, Map<String, Object> params) Get image metadata from the specified file.final ImageMetadata
ImageParser.getMetadata
(ByteSource byteSource) Get image metadata from the specified byte source.abstract ImageMetadata
ImageParser.getMetadata
(ByteSource byteSource, Map<String, Object> params) Get image metadata from the specified byte source.static ImageMetadata
Imaging.getMetadata
(byte[] bytes) Parses the metadata of an image.static ImageMetadata
Imaging.getMetadata
(byte[] bytes, Map<String, Object> params) Parses the metadata of an image.static ImageMetadata
Imaging.getMetadata
(File file) Parses the metadata of an image file.static ImageMetadata
Imaging.getMetadata
(File file, Map<String, Object> params) Parses the metadata of an image file.static ImageMetadata
Imaging.getMetadata
(InputStream is, String fileName) Parses the metadata of an image file.static ImageMetadata
Imaging.getMetadata
(InputStream is, String fileName, Map<String, Object> params) Parses the metadata of an image file.private static ImageMetadata
Imaging.getMetadata
(ByteSource byteSource, Map<String, Object> params) -
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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> params) -
Uses of ImageMetadata in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return ImageMetadataModifier and TypeMethodDescriptionPngImageParser.getMetadata
(ByteSource byteSource, Map<String, Object> params) -
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, Map<String, Object> 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, Map<String, Object> 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, Map<String, Object> params) (package private) ImageMetadata
RgbeInfo.getMetadata()
-
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, Map<String, Object> 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, Map<String, Object> params) -
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, Map<String, Object> 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, Map<String, Object> params)