Base64Writer

doodle.effect.Base64Writer
trait Base64Writer[+Alg <: Algebra, Frame, Fmt <: Format] extends Writer[Alg, Frame]

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

Attributes

Source
Base64Writer.scala
Graph
Supertypes
trait Writer[Alg, Frame]
class Object
trait Matchable
class Any
Known subtypes
trait Java2dWriter[Fmt]
object SvgWriter
Show all

Members list

Value members

Abstract methods

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

Attributes

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

Attributes

Source
Base64Writer.scala