Interface PnmWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params)
-
-
-
Method Detail
-
writeImage
void writeImage(java.awt.image.BufferedImage src, java.io.OutputStream os, PnmImagingParameters params) throws ImagingException, java.io.IOException- Throws:
ImagingExceptionjava.io.IOException
-
-