lel-open: use farbfeld tools (gif and jpg support coming soon) - lel - Farbfeld image viewer
(HTM) git clone git://git.codemadness.org/lel
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f9b01e3336ee9ea5a7a3b19177f606785e376eb0
(DIR) parent 58c06eae1520cb251c1e7f70cdea5d90746c0384
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 17 Nov 2015 21:51:34 +0100
lel-open: use farbfeld tools (gif and jpg support coming soon)
Diffstat:
M lel-open | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/lel-open b/lel-open
@@ -5,11 +5,11 @@ ext=$(basename "$filename" | grep -o '\..[^\.]*$')
convert=""
if test x"$ext" = x".jpg"; then
- convert="jpg2if"
+ convert="jpg2ff"
elif test x"$ext" = x".png"; then
- convert="png2if"
+ convert="png2ff"
elif test x"$ext" = x".gif"; then
- convert="gif2if"
+ convert="gif2ff"
elif test x"$ext" = x".if"; then
convert="cat"
elif test x"$ext" = x".bz2"; then