On Tue, Feb 7, 2017 at 11:17 AM, Vincent Torri <vincent.to...@gmail.com> wrote: > Hello > > I want to add to my small multi doc viewer the possibility to read > epub or chm files. Those are html + css files (at least for epub, > maybe no css for chm). What I can use is : > > * webkit (can it gives an image of the content ? > * gecko (same question) > * servo (idem)
usually these offer a way to render to image, with webkit-efl being one that offers you an Evas_Object which internally contains an Evas_Object_Image, but can also offer a snapshot to a buffer. but they are very, very heavy in memory and deps. Current WebKit is based on WK2 multiprocess system, which creates at least +2 process (WebProcess for HTML/JS/CSS and NetworkProcess for I/O). gecko/servo/cef (chromium/blink) all would need to run in a second process so you don't need to integrate with efl/main loop. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel