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 (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 ImageInfo in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageInfoModifier and TypeMethodDescriptionfinal ImageInfo
AbstractImageParser.getImageInfo
(byte[] bytes, T params) Gets image information from the specified array of bytes.final ImageInfo
AbstractImageParser.getImageInfo
(File file, T params) Gets 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
AbstractImageParser.getImageInfo
(ByteSource byteSource) Gets image information from the specified ByteSource.abstract ImageInfo
AbstractImageParser.getImageInfo
(ByteSource byteSource, T params) Gets image information from the specified ByteSource.static ImageInfo
Imaging.getImageInfo
(byte[] bytes) 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
(InputStream is, String fileName) Parses the "image info" of an image.static ImageInfo
Imaging.getImageInfo
(String fileName, byte[] bytes) Parses the "image info" of an image. -
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, BmpImagingParameters 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, PcxImagingParameters 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, GifImagingParameters 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, IcnsImagingParameters 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, IcoImagingParameters 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, JpegImagingParameters 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, PcxImagingParameters 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, PngImagingParameters 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, PnmImagingParameters 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, PsdImagingParameters 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, RgbeImagingParameters 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, TiffImagingParameters 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, WbmpImagingParameters params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.webp
Methods in org.apache.commons.imaging.formats.webp that return ImageInfoModifier and TypeMethodDescriptionWebPImageParser.getImageInfo
(ByteSource byteSource, WebPImagingParameters 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, XbmImagingParameters 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, XpmImagingParameters params)