Base64

trait Base64[+Alg <: Algebra, Frame, Fmt <: Format]

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

Source:
Base64.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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