Base64Ops

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.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Alg <: ([x[_]] =>> Basic[x]), F[_], Frame](implicit w: Base64[Alg, F, Frame, Format], runtime: IORuntime): Base64[Format]