BitmapConstructor

Constructors for Bitmap algebra

Source:
Bitmap.scala
class Object
trait Matchable
class Any
BaseConstructor { type Algebra <: Bitmap; }

Value members

Concrete methods

def read(file: File): <none>[Unit]

Read an image from the given file

Read an image from the given file

Source:
Bitmap.scala
def read(file: String): <none>[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

Source:
Bitmap.scala