From d3fd45e5cc318111a3c1d0bd9410a6bb7a0a953e Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Wed, 8 Apr 2015 13:40:00 +0200 Subject: [PATCH] Updated todo --- imageio/imageio-core/todo.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/imageio/imageio-core/todo.txt b/imageio/imageio-core/todo.txt index 4e48a7fa..fd469c86 100755 --- a/imageio/imageio-core/todo.txt +++ b/imageio/imageio-core/todo.txt @@ -1,8 +1,7 @@ - Rename to imageio-common? -- Separate modules for more for more plugins - - The BMP reader supports some special formats not supported by Sun reader - - PNM package is pretty complete, but useless, as it's provided by Sun? License? - - WBMP? - - XBM? +- Add stream support for NIO and NIO2 stuff? Path, ByteChannel +- Faster RAF support (need to buffer the slow readShort/readInt/readLong/readUnsignedShort/readUnsignedInt) +- See if it's possible to use FileImageInputStream for FileChannels and FileInputStream to avoid the caching +- And the above for output streams too... DONE: - Split up into separate plugins (modules), to allow easier configuration \ No newline at end of file