Packages

package ppm

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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.

  3. 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

  1. object PpmImageFormat
  2. object PpmImageReader

Ungrouped