Base64

trait Base64[+Alg <: ([x[_]] =>> Algebra[x]), F[_], Frame, Format]

The Base64 type represent the ability to encode an image as a Base64 String in a given format.

class Object
trait Matchable
class Any

Value members

Abstract methods

def base64[A](description: Frame, picture: Picture[Alg, F, A]): IO[(A, Base64[Format])]
def base64[A](picture: Picture[Alg, F, A]): IO[(A, Base64[Format])]