efl/legacy/evas_generic_loaders
Carsten Haitzler 7291b6452c improve gzipped xcf handling massively by buffering the entire file in
ram (if needed) as opposed to seeking a gzipped stream. generic for
non-gzippiend files too (buffer them all in ram0



SVN revision: 59438
2011-05-16 08:34:08 +00:00
..
m4 add an xcf generic loader. code totally taken from original xcf loader 2011-04-26 06:28:29 +00:00
src improve gzipped xcf handling massively by buffering the entire file in 2011-05-16 08:34:08 +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
TODO Add PDF loader (with some help from raster) 2011-05-12 05:44:42 +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 make shmfile common code. 2011-05-13 09:06:56 +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?)