lel-open: use farbfeld tools (gif and jpg support coming soon) - lel - Farbfeld… | |
git clone git://git.codemadness.org/lel | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f9b01e3336ee9ea5a7a3b19177f606785e376eb0 | |
parent 58c06eae1520cb251c1e7f70cdea5d90746c0384 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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 |