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 FrameEncoder settings, these settings are available under the jpeg
namespace.
quality
- See member note. Defaults to 1.0.
archive
- zip
or tar
. Defaults to tar
.
extension
- ".jpeg"
mimeType
- "image/jpeg"
quality
- See HTMLCanvasElement.toDataURL