organized TODO
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 5 Jan 2016 18:43:59 +0000 (20:43 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 5 Jan 2016 18:43:59 +0000 (20:43 +0200)
TODO [deleted file]
TODO.org [new file with mode: 0644]

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index 202a740..0000000
--- a/TODO
+++ /dev/null
@@ -1,16 +0,0 @@
-Shall be lossless.
-
-Shall have arbitrary bitrate per channel (1 -- 24).
-
-Shall have arbitrary channels (R, G, B, A, ...).
-
-Shall work in any amount of dimensions.
-
-Better documentation describing the idea.
-
-Possibility for smaller image header, on smaller images.
-
-Runnable performance tests.
-
-Possibility to decompress arbitrary parts of the image so that any part
-of the image can be viewed without the need to decompress or retrieve whole file.
\ No newline at end of file
diff --git a/TODO.org b/TODO.org
new file mode 100644 (file)
index 0000000..3e09fca
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,10 @@
++ Shall be lossless.
++ Shall have arbitrary bitrate per channel (1 -- 24).
++ Shall have arbitrary channels (R, G, B, A, ...).
++ Shall work in any amount of dimensions.
++ Better documentation describing the idea.
++ Possibility for smaller image header, on smaller images.
++ Runnable performance tests.
++ Possibility to decompress arbitrary parts of the image so that any part of the
+  image can be viewed without the need to decompress or retrieve whole file.
++ Needs good demo application.