ImageWriterIOOps

doodle.image.syntax.ImageSyntax.ImageWriterIOOps

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:
ImageSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
ImageSyntax.scala