package ppm
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
class
PpmImageFormat[R, W] extends PpmImageReader[R] with PpmImageWriter[W]
Image format and writer for PGM/PPM files.
Image format and writer for PGM/PPM files.
Supports reading P2, P3, P5 and P6 PGM/PPM files with a 8 bit color range and stores data as P6 PPM files with a 8 bit color range.
-
trait
PpmImageReader[ByteSeq] extends ImageReader
Image reader for PGM/PPM files.
Image reader for PGM/PPM files.
Supports P2, P3, P5 and P6 PGM/PPM files with a 8 bit color range.
-
trait
PpmImageWriter[ByteSeq] extends ImageWriter
Image writer for PPM files.
Image writer for PPM files.
Stores data as P6 PPM files with a 8 bit color range.
Value Members
- object PpmImageFormat
- object PpmImageReader