Update TODO - farbfeld - suckless image format with conversion tools
 (HTM) git clone git://git.suckless.org/farbfeld
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2eef6816e870074494465346ca2879959faec9da
 (DIR) parent 7a11656e9649247179bdae941683b4ac78e22586
 (HTM) Author: Laslo Hunhold <dev@frign.de>
       Date:   Wed, 12 Apr 2017 23:43:31 +0200
       
       Update TODO
       
       The truncation issue is solved now by checking the return values. Maybe
       for small images where the FILE-buffer is not flushed early enough we
       can rethink that.
       The utility functions were written to the extent it was desired.
       
       I added a note not to forget to take a look at the part in the jpg-code
       which does the color mixing.
       
       Diffstat:
         M TODO                                |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       @@ -1,3 +1,2 @@
       + o make jpg-mixing a bit more readable
         o re-add the old imagefile-tools for gif, ...
       - o flush fp's (fflush()) so we correctly report on truncation
       - o write utility functions to solve duplicate tasks