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