Class PgmWriter
- java.lang.Object
-
- org.apache.commons.imaging.formats.pnm.PgmWriter
-
-
Field Summary
Fields Modifier and Type Field Description private booleanrawBits
-
Constructor Summary
Constructors Constructor Description PgmWriter(boolean rawBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params)
-
-
-
Method Detail
-
writeImage
public void writeImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params) throws ImagingException, java.io.IOException- Specified by:
writeImagein interfacePnmWriter- Throws:
ImagingExceptionjava.io.IOException
-
-