image

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

Attributes

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

Members list

Type members

Inherited classlikes

implicit class Base64ImageOps(image: Image)

Attributes

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

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

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

Attributes

Inherited from:
JvmImageSyntax
Source
JvmImageSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class ImageOps(image: Image)

Attributes

Inherited from:
AbstractImageSyntax
Source
AbstractImageSyntax.scala
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:
JvmImageSyntax
Source
JvmImageSyntax.scala
Supertypes
class Object
trait Matchable
class Any
implicit class ImageWriterOps(image: Image)

Attributes

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

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

Implicits

Inherited implicits

final implicit def Base64ImageOps(image: Image): Base64ImageOps

Attributes

Inherited from:
JvmImageSyntax
Source
JvmImageSyntax.scala
final implicit def ImageOps(image: Image): ImageOps

Attributes

Inherited from:
AbstractImageSyntax
Source
AbstractImageSyntax.scala
final implicit def ImageWriterOps(image: Image): ImageWriterOps

Attributes

Inherited from:
JvmImageSyntax
Source
JvmImageSyntax.scala