summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-04-12 23:43:31 +0200
committerLaslo Hunhold <dev@frign.de>2017-04-12 23:43:31 +0200
commit2eef6816e870074494465346ca2879959faec9da (patch)
treeaecff5d5df484dfc431896c28efa9755363bae2d
parent7a11656e9649247179bdae941683b4ac78e22586 (diff)
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.
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
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