ImageSyntax

class Object
trait Matchable
class Any
object all.type
object image.type

Type members

Classlikes

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

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.

Source:
ImageSyntax.scala

Value members

Concrete methods

def unitCallback[A]: Either[Throwable, A] => Unit

Implicits

Implicits

final implicit def ImageOps(image: Image): ImageOps