Future.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 future to make it more compact and easier to use and extend.
  11. </par>
  12. <par>
  13. Current 0.2x branch is still be updated from time to time
  14. by minor release (like 0.24.2) or even larger release with more
  15. new functionality (like 0.26.0).
  16. Eventually, this branch will be made into version 1.0 (maybe just
  17. after current 0.26.4 release).
  18. </par>
  19. <par>
  20. Since I don't have that much free time these days I cannot say when
  21. new library will be ready. Although I have some desings done, it's
  22. still far from usable code.
  23. Working in progress version of Imaging 2.0 will be 1.9x branch in SVN
  24. when there is some code to show.
  25. </par>
  26. <par>Here is a list of some of the features I want to include in future
  27. Imaging releases:</par>
  28. <bulletlist>
  29. <li>new library core</li>
  30. <li>native Pascal TIFF support</li>
  31. <li>register your own data formats</li>
  32. <li>native Pascal JPEG2000 support</li>
  33. <li>more texture related functions</li>
  34. <li>extend canvas class (more effects, drawing of various primitives)</li>
  35. <li>own file format?</li>
  36. <li>more supported platforms (big endian?)</li>
  37. </bulletlist>
  38. </chapter>
  39. </doc>