index
:
farbfeld.git
master
suckless image format with conversion tools
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
2ff
2
1 files changed, 1 insertions, 1 deletions
diff --git a/2ff b/2ff
index ef6f02d..6ce91b9 100755
--- a/
2ff
+++ b/
2ff
@@ -25,7 +25,7 @@ else
jpg2ff < "$TMP"
;;
*)
- convert "$TMP" png:- 2>/dev/null | png2ff 2>/dev/null
+ convert "$TMP" png:- | png2ff
;;
esac
fi