1
0

roadmap.xml 919 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
  3. "http://forrest.apache.org/dtd/document-v20.dtd">
  4. <!--
  5. Copyright (c) 2010-2010 by Bernhard Bablok (bablokb@users.sourceforge.net)
  6. $Revision: 1.2 $
  7. $Author: bablokb $
  8. -->
  9. <document>
  10. <header>
  11. <title>Roadmap</title>
  12. </header>
  13. <body>
  14. <section id="future">
  15. <title>Future Plans</title>
  16. <p>
  17. The following releases will feature:
  18. </p>
  19. <ul>
  20. <li>update interface definitions (catch up with new options)</li>
  21. <li>do some benchmarking to support a better decision between JMagick
  22. and im4java</li>
  23. <li>integration with java buildtools (e.g. ant and maven)</li>
  24. <li>support of additional commandline tools (suggestions welcome)</li>
  25. <li>add example programs</li>
  26. <li>use JMagick/GMagick-JNI as backend (if feaseable)</li>
  27. </ul>
  28. </section>
  29. </body>
  30. </document>