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