Future.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. </par>
  13. <par>
  14. Since I don't have that much free time these days I cannot say when
  15. new library will be ready.
  16. First working version of this new design will be 0.30 (Imaging 0.3x branch in SVN).
  17. </par>
  18. <par>
  19. Current 0.2x branch will still be updated from time to time
  20. by minor release (like 0.24.2) or even larger release with more
  21. new functionality (like 0.26.0).
  22. </par>
  23. <par>Here is a list of some of the features I want to include in future
  24. Imaging releases:</par>
  25. <bulletlist>
  26. <li>new library core</li>
  27. <li>native Pascal TIFF support</li>
  28. <li>register your own data formats</li>
  29. <li>native Pascal JPEG2000 support</li>
  30. <li>more texture related functions</li>
  31. <li>extend canvas class (more effects, drawing of various primitives)</li>
  32. <li>own file format?</li>
  33. <li>more supported platforms (big endian?)</li>
  34. </bulletlist>
  35. </chapter>
  36. </doc>