--- psiconv/trunk/TODO 2000/12/13 16:30:21 63 +++ psiconv/trunk/TODO 2000/12/28 00:29:23 85 @@ -7,6 +7,9 @@ * Add additional file types. * Add included objects +Generator: +* Add image support + Psiconv Generators: * HTML: Verify generated code, to see whether it is HTML-3.2 compatible * HTML4: Fallback on normal HTML for TextEd files might be replaced with @@ -16,12 +19,7 @@ generator side. General: -* Out-of-memory segfaults (malloc fails are not caught). Better handling? * Many common values are returned as int. Perhaps change this to long, for better behaviour on very large files on some architectures? -* I suspect there are still some memory leaks. * Use libaudiofile for audio conversions? * Add generation of audio files. -* The reason ./configure did not correctly - detect ImageMagick is due to the fact that it tries to link the - test-code against libMagick but does not pass the library path to ld.