File: TODO

package info (click to toggle)
babl 0.0.22-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,848 kB
  • ctags: 1,229
  • sloc: ansic: 13,365; sh: 9,103; makefile: 321; ruby: 90
file content (13 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h2>TODO</h2>
        
<ul>
  <li>Support for conversions between formats that have higher dimensionality than RGBA. (arbitrary meaningless components)</li>
  <li>Support for datatypes that are not a multiple of 8bit.</li>
  <li>dithering</li>
  <li>dynamic data attached to format, or internal handling of icc through
  a registered set of profiles</li>
  <li>
  Stocastic runtime profiling with running average of the peformance for
  conversions, to avoid problems incurred if other cpu intense is happening
  when babl tests a conversions. </li>
</ul>