1Core:
2- Speed up
3- Improve tracing quality
4- Bugs?!
5- Recognition of Circle and Ellipse pieces.
6- Addition of code to recognize lines, splines and circles even if there is
7  a lot of noise
8- Currently pictures have to fit completely into memory
9- New algorithm to work best with anti-aliased pictures
10- 3D recognition
11- Better list management, that means the current generation of lists is time
12  consuming and fragmentates the heap.
13- Outlines are traced two times that means that it could be faster and if we
14  trace and fit every outline only once we will not have the problems with
15  unwanted gaps anymore.
16- Better thinning algorithm like CAT (Chordal Axis Transformation)
17
18Input:
19- Migrate to new plug-in interface using glib(0.32.0)
20- Support of image libraries as freeimage, gdk-pixbuf or paintlib(0.32.0)
21
22Output:
23- Migrate to new plug-in interface using glib(0.32.0)
24- Output API abstraction(0.32.0)
25- New export formats like wmf, cdr, cmx, compressed pdf, compressed svg and
26  dxf with splines...
27
28Library and its clients:
29- Graphical user interface
30  -- For gnome/gtk+, frontline is under developing.
31     See http://autotrace.sourceforge.net/frontline
32  -- For KDE/Qt?
33
34Misc:
35- Gettextize(0.32.0)
36- Better documentations
37- Predefined parameter system(discussed as aop file, 0.32.0)
38