skia2/modules/skottie
Florin Malita 79725d3271 [skottie] Add a tool for dumping encoded animation frames
Exports animation frames as a sequence of .png files:

  0000000.png
  0000001.png
  ...

Usage:

  skottie_tool -i <input_json> -w <out_dir>

Other options:

  --width  Frame width (default: 800)
  --height Frame height (default: 600)
  --fps    Frames per second (default: 30)
  --t0     Normalized timeline start (default: 0)
  --t1     Normalized timeline end (default: 1)

Change-Id: I4a79be0f823da15e6863909b6d67d38aa74bb740
Reviewed-on: https://skia-review.googlesource.com/132265
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2018-06-06 01:41:12 +00:00
..
fuzz [skottie] Make the resource provider factory argument optional 2018-05-31 16:39:13 +00:00
include [skottie] Remove inPoint/outPoint/frameRate from public API 2018-06-01 13:10:15 +00:00
src [skottie] Add a tool for dumping encoded animation frames 2018-06-06 01:41:12 +00:00
BUILD.gn [skottie] Add a tool for dumping encoded animation frames 2018-06-06 01:41:12 +00:00