thumb: delete subsequent animation frames
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 30 Nov 2019 21:13:07 +0000 (22:13 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 1 Jan 2020 10:10:37 +0000 (11:10 +0100)
Convert animated GIFs and accidental video to still frame.

thumb/index.php

index 4549b44e6ab67385c52d6168da8b8b529ea16fe4..fbea220b2bf7d48f5b0ae556862063c30271a816 100644 (file)
@@ -87,6 +87,7 @@ function mkthumb_exec($source, $target, $width, $height)
        }
        $cmd = implode(' ', array_map('escapeshellarg', [
                'convert',
+               '-delete', '1--1',
                '-trim',
                '-background', 'white', '-layers', 'flatten',
                '-resize', "${width}x${height}",