efl/legacy/evas_generic_loaders
Carsten Haitzler 289ba689f9 make xcf loader support 2 stage. also document it a bit more.
SVN revision: 58928
2011-04-26 09:41:27 +00:00
..
m4 add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
src make xcf loader support 2 stage. also document it a bit more. 2011-04-26 09:41:27 +00:00
AUTHORS add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
COPYING add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
ChangeLog add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
Makefile.am add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
NEWS add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
README some readme fun 2011-04-26 07:46:01 +00:00
autogen.sh add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
configure.ac add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00

README

Additional "generic" loaders for Evas that are stand-alone executables
evas may run from its generic loader module.

Generic loaders currently provided:

  XCF (.xcf .xcf.gz)

Wanted:

  RAW
    (libopenraw1 ??)
  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.)

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)
  PPT/PPTX
    (beats me how u can render a page from these without a whole
     office impl - but worth a try? libopenoffice/libllibreoffice if
     it ever happens?)