blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

commit 1870c353eb4697290cf7f49861e5d1b8699e3cd3
parent 3273cb68f82adb0347e3ad1810fc891ad3dbe217
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  8 Jan 2017 05:39:09 +0100

Add vu-image-to-frame

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Asrc/vu-image-to-frame.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/vu-image-to-frame.sh b/src/vu-image-to-frame.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec convert - -depth 8 -alpha activate pam:- | exec sed '1,/^ENDHDR$/d'