doodle.image.syntax

Type members

Classlikes

object core extends AngleSyntax with NormalizedSyntax with UnsignedByteSyntax

The core object defines syntax for doodle.core, which is a convenient way to avoid pulling in Algebra syntax that may conflict with Image.

The core object defines syntax for doodle.core, which is a convenient way to avoid pulling in Algebra syntax that may conflict with Image.

object image extends ImageSyntax

Inherited classlikes

class ImageOps(image: Image)
Inherited from
ImageSyntax
final class ImageWriterOps[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
class TraverseImageOps[T[_]](val t: T[Image])
Inherited from
TraverseImageSyntax

Value members

Inherited methods

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