From ad5c3e6f155936ca1688356a6ae1cb1c8810ae15 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 15 Nov 2016 12:14:22 -0800 Subject: [PATCH] Decrease animated snapshot resolution --- interface/src/ui/SnapshotAnimated.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/ui/SnapshotAnimated.h b/interface/src/ui/SnapshotAnimated.h index d56d294241..0c7faa1a8c 100644 --- a/interface/src/ui/SnapshotAnimated.h +++ b/interface/src/ui/SnapshotAnimated.h @@ -20,7 +20,7 @@ // If the snapshot width or the framerate are too high for the // application to handle, the framerate of the output GIF will drop. -#define SNAPSNOT_ANIMATED_WIDTH (720) +#define SNAPSNOT_ANIMATED_WIDTH (480) // This value should divide evenly into 100. Snapshot framerate is NOT guaranteed. #define SNAPSNOT_ANIMATED_TARGET_FRAMERATE (25) #define SNAPSNOT_ANIMATED_DURATION_SECS (3)