snapshotId The id of the layer snapshot.
minRepeatCount The maximum number of times to replay the snapshot (1, if not specified).
minDuration The minimum duration (in seconds) to replay the snapshot.
clipRect The clip rectangle to apply when replaying the snapshot.
Returns: The array of paint profiles, one per run.
Replays the layer snapshot and returns the resulting bitmap.
snapshotId The id of the layer snapshot.
fromStep The first step to replay from (replay from the very start if not specified).
toStep The last step to replay to (replay till the end if not specified).
scale The scale to apply while replaying (defaults to 1).
Returns: A data: URL for resulting image.