image

doodle.image.syntax.package$.image$
object image extends ImageSyntax

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
image.type

Members list

Concise view

Type members

Inherited classlikes

implicit class ImageOps(image: Image)

Attributes

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class ImageWriterIOOps[Fmt <: Format](image: Image)

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

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

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class ImageWriterOps[Fmt <: Format](image: Image)

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

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

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala

Implicits

Inherited implicits

final implicit def ImageOps(image: Image): ImageOps

Attributes

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala