commit 2eef6816e870074494465346ca2879959faec9da
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Wed Apr 12 23:43:31 2017 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Wed Apr 12 23:43:31 2017 +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.

diff --git a/TODO b/TODO
index f3eea7b..626e7cb 100644
--- 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

Reply via email to