File: TODO

package info (click to toggle)
iulib 0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,064 kB
  • ctags: 2,068
  • sloc: cpp: 12,775; sh: 787; python: 321; makefile: 53
file content (12 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
FIXME

imgio

The function names below are not particularly consistent.  We are
aiming for supporting _binary, _gray, _rgb, and _packed versions where
appropriate.  The _rgb version should return a w x h x 3 array, while
the _packed version should return a w x h array with 24bit packed
color results.  We will also consistently support bytearray and
floatarray for the binary/gray/rgb versions, and intarray for the
packed versions.  And we need to consistently support using both file
names and stdio streams for input/output.