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 ImageInfo
ImageParser. getImageInfo(byte[] bytes, java.util.Map<java.lang.String,java.lang.Object> params)
Get image information from the specified array of bytes.ImageInfo
ImageParser. getImageInfo(java.io.File file, java.util.Map<java.lang.String,java.lang.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.ImageInfo
ImageParser. getImageInfo(ByteSource byteSource)
Get image information from the specified ByteSource.abstract ImageInfo
ImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> params)
Parses the "image info" of an image.static ImageInfo
Imaging. getImageInfo(java.io.File file)
Parses the "image info" of an image file.static ImageInfo
Imaging. getImageInfo(java.io.File file, java.util.Map<java.lang.String,java.lang.Object> params)
Parses the "image info" of an image file.static ImageInfo
Imaging. getImageInfo(java.io.InputStream is, java.lang.String fileName)
Parses the "image info" of an image.static ImageInfo
Imaging. getImageInfo(java.io.InputStream is, java.lang.String fileName, java.util.Map<java.lang.String,java.lang.Object> params)
Parses the "image info" of an image.static ImageInfo
Imaging. getImageInfo(java.lang.String fileName, byte[] bytes)
Parses the "image info" of an image.static ImageInfo
Imaging. getImageInfo(java.lang.String fileName, byte[] bytes, java.util.Map<java.lang.String,java.lang.Object> params)
Parses the "image info" of an image.private static ImageInfo
Imaging. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
-
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 ImageInfo
BmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
DcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
GifImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
IcnsImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
IcoImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
JpegImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
PcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 class
PngImageInfo
Methods in org.apache.commons.imaging.formats.png that return ImageInfo Modifier and Type Method Description ImageInfo
PngImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
PnmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
PsdImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
RgbeImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
TiffImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
WbmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
XbmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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 ImageInfo
XpmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
-