Updated readme and todos.

This commit is contained in:
Harald Kuhr
2013-12-23 10:50:50 +01:00
parent ce87171026
commit aafdb31a8c
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
- FileChannelImageInputStream/MappedByteBufferImageInputStream
- FileChannelCacheImageInputStream
- FileChannelImageOutputStream
- FileChannelCacheImageOutputStream
- Consider creating a raw ImageReader (or util class?) that can read raw bitmaps:
o Interleaved (A)RGB (as in BMP, PICT, IFF PBM etc) -> A1R1G1B1, A2R2G2B2, ..., AnRnGnNn
o Channeled (A)RGB (as in Photoshop) -> A1A2...An, R1R2...Rn, G1G2...Gn, B1B2...Bn