doodle.algebra.FromGifBase64
Algebra indicating a Picture can be created from a base 64 encoded bitmap in
Gif format.
Attributes
- Source:
- FromBase64.scala
- Graph
- Supertypes
- Known subtypes
Members list
Concise view
Type members
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.
Attributes
- Inherited from:
- Algebra
- Source:
- Algebra.scala
Value members
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.
Attributes
- Source:
- FromBase64.scala