ImageWriterUnitOps

doodle.image.syntax.JvmImageSyntax.ImageWriterUnitOps

This strange construction allows the user to write anImage.write[AFormat](filename) without having to specify other, mostly irrelevant to the user, type parameters.

Attributes

Source
JvmImageSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Alg <: Basic, Frame](file: String)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): Unit

Attributes

Source
JvmImageSyntax.scala
def apply[Alg <: Basic, Frame](file: String, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): Unit

Attributes

Source
JvmImageSyntax.scala
def apply[Alg <: Basic, Frame](file: File)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): Unit

Attributes

Source
JvmImageSyntax.scala
def apply[Alg <: Basic, Frame](file: File, frame: Frame)(implicit w: Writer[Alg, Frame, Fmt], r: IORuntime): Unit

Attributes

Source
JvmImageSyntax.scala