Class PNMOutputDevice

  • All Implemented Interfaces:
    Serializable

    public class PNMOutputDevice
    extends ImageOutputDevice
    An OutputDevice generating PNM raster images. The PNM (portable network map) family of formats are very simple uncompressed image formats commonly used on unix-like systems. They are particularly useful for testing or as input to an external conversion utility.
    See Also:
    Serialized Form