all

class Object
trait Matchable
class Any
all.type

Type members

Inherited classlikes

implicit class Base64ImageOps(image: Image)
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.

Inherited from:
JvmImageSyntax
Source:
JvmImageSyntax.scala
implicit class ImageOps(image: Image)
Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
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.

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
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.

Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
implicit class TraverseImageOps[T[_]](val t: T[Image])

Value members

Inherited methods

Implicits

Inherited implicits

final implicit def Base64ImageOps(image: Image): Base64ImageOps
final implicit def ImageOps(image: Image): ImageOps
Inherited from:
ImageSyntax
Source:
ImageSyntax.scala
final implicit def TraverseImageOps[T[_]](t: T[Image]): TraverseImageOps[T]