| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="utf-8"?>
- <?xml-stylesheet type="text/xsl" href="../Xsl/doc2html.xsl"?>
- <doc>
- <title>Vampyre Imaging Library Future</title>
- <chapter>
- <title>Vampyre Imaging Library Future</title>
- <par>
- In the long term I'm planning to redesign and rewrite major parts
- (practically create new library - no compatibility with current version)
- of library in
- future to make it more compact and easier to use and extend.
- </par>
- <par>
- Since I don't have that much free time these days I cannot say when
- new library will be ready.
- First working version of this new design will be 0.30 (Imaging 0.3x branch in SVN).
- </par>
- <par>
- Current 0.2x branch will still be updated from time to time
- by minor release (like 0.24.2) or even larger release with more
- new functionality (like 0.26.0).
- </par>
-
- <par>Here is a list of some of the features I want to include in future
- Imaging releases:</par>
- <bulletlist>
- <li>new library core</li>
- <li>native Pascal TIFF support</li>
- <li>register your own data formats</li>
- <li>native Pascal JPEG2000 support</li>
- <li>more texture related functions</li>
- <li>extend canvas class (more effects, drawing of various primitives)</li>
- <li>own file format?</li>
- <li>more supported platforms (big endian?)</li>
- </bulletlist>
- </chapter>
- </doc>
|