summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2015-11-09 23:39:29 +0100
committerFRIGN <dev@frign.de>2015-11-09 23:40:46 +0100
commitd5f6f70d351239ee37b3d864c9a94dc49d66c052 (patch)
tree47993f137fd273df86a4f24fe7fe22098c435e0a /TODO
parent0b0fcaa7136d7de2e1bc5dc05a576f5fe5608995 (diff)
imagefile -> farbfeld
- Rename the format - Change the format specification - Drop old tools waiting to be fixed on a later date, just keep fixed png for now - Simplify other stuff This is a direct consequence of my slcon2-talk on this topic. At first I planned to have 64 bits per channel, but this is overkill.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..beb19e0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,3 @@
+ o handle truecolor PNG's properly (libpng is painful to use)
+ o write simpler Makefile
+ o re-add the old imagefile-tools for gif, jpg, ...