Bitmap

trait Bitmap[F[_]] extends Algebra[F]
trait Algebra[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Read an image from the given file

Read an image from the given file

Concrete methods

def read(file: String): F[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