Uses of Class
org.apache.commons.imaging.ImageInfo
-
-
Uses of ImageInfo in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return ImageInfo Modifier and Type Method Description ImageInfoImageParser. getImageInfo(byte[] bytes, T params)Get image information from the specified array of bytes.ImageInfoImageParser. getImageInfo(File file, T 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.ImageInfoImageParser. getImageInfo(ByteSource byteSource)Get image information from the specified ByteSource.abstract ImageInfoImageParser. getImageInfo(ByteSource byteSource, T params)Get image information from the specified ByteSource.static ImageInfoImaging. getImageInfo(byte[] bytes)Parses the "image info" of an image.static ImageInfoImaging. getImageInfo(File file)Parses the "image info" of an image file.static ImageInfoImaging. getImageInfo(InputStream is, String fileName)Parses the "image info" of an image.static ImageInfoImaging. 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 ImageInfo Modifier and Type Method Description ImageInfoBmpImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoDcxImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoGifImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoIcnsImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoIcoImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoJpegImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoPcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.png
Subclasses of ImageInfo in org.apache.commons.imaging.formats.png Modifier and Type Class Description classPngImageInfoMethods in org.apache.commons.imaging.formats.png that return ImageInfo Modifier and Type Method Description ImageInfoPngImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoPnmImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoPsdImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoRgbeImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoTiffImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoWbmpImageParser. getImageInfo(ByteSource byteSource, WbmpImagingParameters params) -
Uses of ImageInfo in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageInfo Modifier and Type Method Description ImageInfoXbmImageParser. 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 ImageInfo Modifier and Type Method Description ImageInfoXpmImageParser. getImageInfo(ByteSource byteSource, XpmImagingParameters params)
-