From 97591b1c1d59411530ef50a571293f9601ed2e9f Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 24 Jul 2019 22:00:23 -0400 Subject: [PATCH] Support gifs and stills in filmout --- app/lib/ui/filmout.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/lib/ui/filmout.js b/app/lib/ui/filmout.js index c5ee07a..5c3a841 100644 --- a/app/lib/ui/filmout.js +++ b/app/lib/ui/filmout.js @@ -1,4 +1,7 @@ 'use strict'; +/** + * Determine the greatest common denominator + */ function gcd(a, b) { if (b === 0) return a; @@ -34,7 +37,8 @@ let filmout; class FilmOut { constructor() { this.id = 'filmout'; - this.extensions = ['.mpg', '.mpeg', '.mov', '.mkv', '.avi', '.mp4', '.gif', + this.extensions = ['.mpg', '.mpeg', '.mov', '.mkv', '.avi', '.mp4', + '.gif', '.tif', '.tiff', '.png', '.jpg', '.jpeg', '.bmp']; this.displays = []; this.state = {