A photo sequence encoder that inherits FrameEncoder. Saves each frame as a photo contained in a ".tar"
archive.
Construction of the encoder class is not required. Refer to DeckAdapter.render for usage. The constructor accepts a FrameEncoderSettings
object.
In addition to the top level FrameEncoder settings, these settings are available under the jpeg
namespace.
quality
- See member note. Defaults to 0.8.extension
- ".jpeg"
mimeType
- "image/jpeg"
quality
- See HTMLCanvasElement.toDataURL