eu.joaocosta.minart.graphics.image.bmp

Members list

Concise view

Type members

Classlikes

final class BmpImageFormat[R, W](val byteReader: ByteReader[R], val byteWriter: ByteWriter[W]) extends BmpImageReader[R] with BmpImageWriter[W]

Image reader and writer for BMP files.

Image reader and writer for BMP files.

Supports reading uncompressed 24/32bit Windows BMPs and writing uncompressed 24 bit Windows BMPs.

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 BmpImageReader[ByteSeq] extends ImageReader

Image reader for BMP files.

Image reader for BMP files.

Supports uncompressed 24/32bit Windows BMPs.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BmpImageFormat[R, W]
trait BmpImageWriter[ByteSeq] extends ImageWriter

Image writer for BMP files.

Image writer for BMP files.

Stores data as uncompressed 24bit Windows BMPs.

Attributes

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