diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-06-03 23:00:31 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-06-03 23:00:31 +0000 |
commit | ce708ef808652aff6f52c7f37df1421168e4be14 (patch) | |
tree | 4f8d580e3a9e429ce5b5897f1e44725d7b9ea4d7 | |
parent | 2e6fa61872c0848255dd6e4d0f8152d898c0d448 (diff) | |
download | evas_generic_loaders-ce708ef808652aff6f52c7f37df1421168e4be14.tar.gz |
update TODO and README
SVN revision: 59927
-rw-r--r-- | README | 27 | ||||
-rw-r--r-- | TODO | 4 |
2 files changed, 17 insertions, 14 deletions
@@ -4,23 +4,26 @@ evas may run from its generic loader module. Generic loaders currently provided: XCF (.xcf .xcf.gz) - PDF - (use -key option to specific what page to get and load options for size - and use poppler and/or mupdf - look at epdf) - PS - (use -key option to specific what page to get and load options for size - and use ghostscript (libgs) to render etc.) -Wanted: + PDF (using poppler) + use -key option to specific what page to get and load options for size + Should we add mupdf ? - RAW - (libopenraw1 ??) + PS (using libspectre) + use -key option to specific what page to get and load options for size + Should we use directly libgs ? + + RAW (using libraw) + + MPG/AVI/OGV/MOV/MKV/WMV etc. (using Gstreamer) + Should we add libxine and vlc ? Possible fun ones: - MPG/AVI/OGV/MOV/MKV/WMV etc. - (use gstreamer and/or libxine or libvlc and snap one frame from the - middle somewhere) + DVI (using DVIlib, see edvi) + + DJVU (using libdjvu) + PPT/PPTX (beats me how u can render a page from these without a whole office impl - but worth a try? libopenoffice/libllibreoffice if @@ -7,6 +7,6 @@ Modules to add: [X] PS [ ] DVI [ ] Djvu - [ ] video files - [ ] RAW + [X] video files + [X] RAW [ ] PPT/PPTX |