Base64

doodle.effect.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.

Attributes

Source:
Base64.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
Base64.scala
def base64[A](picture: Picture[Alg, A]): IO[(A, Base64[Fmt])]

Attributes

Source:
Base64.scala