Uses of Class
org.apache.commons.imaging.ImageInfo
Packages that use ImageInfo
Package
Description
The main package for Apache Commons Imaging.
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 ImageInfo in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageInfoModifier and TypeMethodDescriptionfinal ImageInfo
ImageParser.getImageInfo
(byte[] bytes, Map<String, Object> params) Get image information from the specified array of bytes.final ImageInfo
ImageParser.getImageInfo
(File file, Map<String, Object> params) Get image information from the specified file Format-specific ImageParser implementations are expected to return a valid ImageInfo object or to throw an ImageReadException if unable to process the specified data.final ImageInfo
ImageParser.getImageInfo
(ByteSource byteSource) Get image information from the specified ByteSource.abstract ImageInfo
ImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) Get image information from the specified ByteSource.static ImageInfo
Imaging.getImageInfo
(byte[] bytes) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(byte[] bytes, Map<String, Object> params) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(File file) Parses the "image info" of an image file.static ImageInfo
Imaging.getImageInfo
(File file, Map<String, Object> params) Parses the "image info" of an image file.static ImageInfo
Imaging.getImageInfo
(InputStream is, String fileName) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(InputStream is, String fileName, Map<String, Object> params) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(String fileName, byte[] bytes) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(String fileName, byte[] bytes, Map<String, Object> params) Parses the "image info" of an image.private static ImageInfo
Imaging.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp that return ImageInfoModifier and TypeMethodDescriptionBmpImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx that return ImageInfoModifier and TypeMethodDescriptionDcxImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif that return ImageInfoModifier and TypeMethodDescriptionGifImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns that return ImageInfoModifier and TypeMethodDescriptionIcnsImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return ImageInfoModifier and TypeMethodDescriptionIcoImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return ImageInfoModifier and TypeMethodDescriptionJpegImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return ImageInfoModifier and TypeMethodDescriptionPcxImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.png
Subclasses of ImageInfo in org.apache.commons.imaging.formats.pngMethods in org.apache.commons.imaging.formats.png that return ImageInfoModifier and TypeMethodDescriptionPngImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm that return ImageInfoModifier and TypeMethodDescriptionPnmImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd that return ImageInfoModifier and TypeMethodDescriptionPsdImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe that return ImageInfoModifier and TypeMethodDescriptionRgbeImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return ImageInfoModifier and TypeMethodDescriptionTiffImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp that return ImageInfoModifier and TypeMethodDescriptionWbmpImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageInfoModifier and TypeMethodDescriptionXbmImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm that return ImageInfoModifier and TypeMethodDescriptionXpmImageParser.getImageInfo
(ByteSource byteSource, Map<String, Object> params)