From 79725d32714f863ca14aaeed0f1d1e778442a274 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Tue, 5 Jun 2018 16:16:57 -0400 Subject: [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 -w 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 Commit-Queue: Florin Malita --- BUILD.gn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 878ee46a55..4c53f0ca44 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1514,6 +1514,14 @@ if (skia_enable_tools) { ] } + if (is_linux || is_mac || is_win) { + test_app("skottie_tool") { + deps = [ + "modules/skottie:tool", + ] + } + } + if (target_cpu != "wasm") { import("gn/samples.gni") test_lib("samples") { -- cgit v1.2.3