Uses of Class
org.jimageanalyst.ImageInfo

Packages that use ImageInfo
org.jimageanalyst   
org.jimageanalyst.analyzer   
 

Uses of ImageInfo in org.jimageanalyst
 

Methods in org.jimageanalyst that return ImageInfo
 ImageInfo JImageAnalyst.analyze(Configuration configuration, java.io.File file)
          Analyzes data read from file with the given configuration.
 ImageInfo JImageAnalyst.analyze(Configuration configuration, java.io.InputStream inputStream)
          Analyzes data read from inputStream with the given configuration.
 ImageInfo JImageAnalyst.analyze(java.io.File file)
          Analyzes data read from file with default configuration.
 ImageInfo JImageAnalyst.analyze(java.io.InputStream inputStream)
          Analyzes data read from inputStream with default configuration.
 ImageInfo ImageAnalyzer.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 

Uses of ImageInfo in org.jimageanalyst.analyzer
 

Methods in org.jimageanalyst.analyzer that return ImageInfo
 ImageInfo AnalyzeJpeg.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeRas.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeIco.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeIff.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzePnm.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeXcf.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeTga.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzePng.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeBmp.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzePsd.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzePcx.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeSwf.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeGif.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 ImageInfo AnalyzeTiff.getInfo(Configuration configuration, java.io.InputStream inputStream)
          Extracts the meta information for the given image.
 



Copyright © 2006-2007. All Rights Reserved.