ReifiedBitmap

trait ReifiedBitmap extends Bitmap[Drawing]
trait Bitmap[Drawing]
trait Algebra[Drawing]
class Object
trait Matchable
class Any
class Algebra

Value members

Concrete methods

def read(file: File): Drawing[Unit]

Inherited methods

def read(file: String): Drawing[Unit]

Convenience to read an image from the file specified in the given String

Convenience to read an image from the file specified in the given String

Inherited from:
Bitmap