eu.joaocosta.minart.graphics.image.ppm

Members list

Concise view

Type members

Classlikes

final class PpmImageFormat[R, W](val byteReader: ByteReader[R], val byteWriter: ByteWriter[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.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PpmImageFormat[R, W]

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PpmImageFormat[R, W]