image

object image extends JvmImageSyntax
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class Base64ImageOps(image: Image)
Inherited from
JvmImageSyntax
final class Base64Ops[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
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

Value members

Inherited methods

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