farbfeld

suckless image format with conversion tools
git clone git://git.suckless.org/farbfeld
Log | Files | Refs | README | LICENSE

commit 129bc8cf8174b66381aa95362119861bce056022
parent 1b6461daf115790ed5895227f5a020610835f889
Author: sin <sin@darkstar.2f30.org>
Date:   Sun, 20 Jul 2014 11:21:36 +0100

Update SPEC with the new command names

Diffstat:
MSPECIFICATION | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/SPECIFICATION b/SPECIFICATION @@ -32,12 +32,12 @@ Bytes Description # EXAMPLES: encoding: -png2imagefile < example.png > example.image -png2imagefile < example.png | bzip2 > example.image.bz2 +png2if < example.png > example.if +png2if < example.png | bzip2 > example.if.bz2 decoding: -imagefile2png < example.image > example.png -bzcat example.image.bz2 | imagefile2png > example.png +if2png < example.if > example.png +bzcat example.if.bz2 | if2png > example.png # WHY BZ2?