Interface PnmWriter
interface PnmWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteImage(BufferedImage src, OutputStream os, PnmImagingParameters params)
-
Method Details
-
writeImage
void writeImage(BufferedImage src, OutputStream os, PnmImagingParameters params) throws ImagingException, IOException - Throws:
ImagingExceptionIOException
-