Package org.apache.commons.imaging
Class ImageDump
- java.lang.Object
-
- org.apache.commons.imaging.ImageDump
-
public class ImageDump extends Object
Used to store metadata and descriptive information extracted from image files.
-
-
Constructor Summary
Constructors Constructor Description ImageDump()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(BufferedImage src)voiddump(String prefix, BufferedImage src)voiddumpBIProps(String prefix, BufferedImage src)voiddumpColorSpace(String prefix, ColorSpace cs)
-
-
-
Method Detail
-
dumpColorSpace
public void dumpColorSpace(String prefix, ColorSpace cs)
-
dump
public void dump(BufferedImage src)
-
dump
public void dump(String prefix, BufferedImage src)
-
dumpBIProps
public void dumpBIProps(String prefix, BufferedImage src)
-
-