FromGifBase64

trait FromGifBase64 extends Algebra

Algebra indicating a Picture can be created from a base 64 encoded bitmap in Gif format.

Source:
FromBase64.scala
trait Algebra
class Object
trait Matchable
class Any

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Abstract methods

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.

Source:
FromBase64.scala

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala