Class PamWriter
java.lang.Object
org.apache.commons.imaging.formats.pnm.PamWriter
- All Implemented Interfaces:
PnmWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeImage
(BufferedImage src, OutputStream os, Map<String, Object> params)
-
Constructor Details
-
PamWriter
PamWriter()
-
-
Method Details
-
writeImage
public void writeImage(BufferedImage src, OutputStream os, Map<String, Object> params) throws ImageWriteException, IOException- Specified by:
writeImage
in interfacePnmWriter
- Throws:
ImageWriteException
IOException
-