Class PamWriter
java.lang.Object
org.apache.commons.imaging.formats.pnm.PamWriter
- All Implemented Interfaces:
PnmWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteImage(BufferedImage src, OutputStream os, PnmImagingParameters params)
-
Constructor Details
-
PamWriter
PamWriter()
-
-
Method Details
-
writeImage
public void writeImage(BufferedImage src, OutputStream os, PnmImagingParameters params) throws ImagingException, IOException - Specified by:
writeImagein interfacePnmWriter- Throws:
ImagingExceptionIOException
-