Future.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="../Xsl/doc2html.xsl"?>
  3. <doc>
  4. <title>Vampyre Imaging Library Future</title>
  5. <chapter>
  6. <title>Vampyre Imaging Library Future</title>
  7. <par>
  8. In the long term I'm planning to redesign and rewrite major parts
  9. (practically create new library - no compatibility with current version)
  10. of library in
  11. future to make it more compact and easier to use and extend.
  12. First working version of this new design will be 0.30 (Imaging 0.3x branch in SVN)
  13. and first release will be version 0.40 (sometime in 2008).
  14. Few more versions based on old design should be released before that
  15. (although current 0.24 is probably last major one).
  16. </par>
  17. <par>Here is a list of some of the features I want to include in future
  18. Imaging releases:</par>
  19. <bulletlist>
  20. <li>new library</li>
  21. <li>native Pascal TIFF support</li>
  22. <li>register your own data formats</li>
  23. <li>native Pascal JPEG2000 support</li>
  24. <li>more texture related functions</li>
  25. <li>extend canvas class (more effects, blended drawing, drawing of various primitives)</li>
  26. <li>more fast canvas classes</li>
  27. <li>own file format?</li>
  28. <li>more supported platforms (big endian?)</li>
  29. </bulletlist>
  30. </chapter>
  31. </doc>