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 ImageMetadata
ImageParser. getMetadata(byte[] bytes)
Get image metadata from the specified array of bytes.ImageMetadata
ImageParser. getMetadata(byte[] bytes, Map<String,Object> params)
Get image metadata from the specified array of bytes.ImageMetadata
ImageParser. getMetadata(File file)
Get image metadata from the specified file.ImageMetadata
ImageParser. getMetadata(File file, Map<String,Object> params)
Get image metadata from the specified file.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. -
Uses of ImageMetadata in org.apache.commons.imaging.common
Classes in org.apache.commons.imaging.common that implement ImageMetadata Modifier and Type Class Description class
GenericImageMetadata
-
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 ImageMetadata
BmpImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
DcxImageParser. 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 ImageMetadata Modifier and Type Class Description class
GifImageMetadata
Methods in org.apache.commons.imaging.formats.gif that return ImageMetadata Modifier and Type Method Description ImageMetadata
GifImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
IcnsImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
IcoImageParser. 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 ImageMetadata Modifier and Type Class Description class
JpegImageMetadata
class
JpegPhotoshopMetadata
Methods in org.apache.commons.imaging.formats.jpeg that return ImageMetadata Modifier and Type Method Description ImageMetadata
JpegImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
PcxImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
PngImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
PnmImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
PsdImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
RgbeImageParser. getMetadata(ByteSource byteSource, Map<String,Object> 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 class
TiffImageMetadata
static class
TiffImageMetadata.Directory
Methods in org.apache.commons.imaging.formats.tiff that return ImageMetadata Modifier and Type Method Description ImageMetadata
TiffImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
WbmpImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
XbmImageParser. 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 ImageMetadata Modifier and Type Method Description ImageMetadata
XpmImageParser. getMetadata(ByteSource byteSource, Map<String,Object> params)
-