File: TODO

package info (click to toggle)
babl 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,912 kB
  • sloc: ansic: 15,162; sh: 11,131; makefile: 362; 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>