Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-14 Thread Gustavo Sverzut Barbieri
This is not a design issue but just implementation detail. It can be added later without problems Also we should have preload to minimize the performance problem. On May 14, 2011 9:09 PM, Wido wido...@gmail.com wrote: General Users = safety, if any of these loaders crash or hung, the main

Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-14 Thread The Rasterman
On Sat, 14 May 2011 21:09:25 -0300 Wido wido...@gmail.com said: General Users = safety, if any of these loaders crash or hung, the main program/process will not crash. actually... hanging can be a problem as evas opens a pipe and waits on blocking input. it has no timeout, so if it

Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-13 Thread Gustavo Sverzut Barbieri
On Fri, May 13, 2011 at 2:50 PM, Wido wido...@gmail.com wrote: Excelent!!! but what is the first impact for non-developers users? End Users = more image formats supported, like gimp (xcf) and pdf. Proprietary Users = you can use Evas (declared BSD, really LGPL due Eina) in your proprietary

Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-13 Thread The Rasterman
On Fri, 13 May 2011 15:47:20 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fri, May 13, 2011 at 2:50 PM, Wido wido...@gmail.com wrote: Excelent!!! but what is the first impact for non-developers users? End Users = more image formats supported, like gimp (xcf) and pdf.

Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-13 Thread Gustavo Sverzut Barbieri
IANAL but AFAIU during runtime the resulting license is LGPL. The code itself is not relicensed On May 13, 2011 10:04 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 13 May 2011 15:47:20 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fr... well not really. evas

Re: [E-devel] [e-users] Announcement - Support for Evas to load XCF, XCF.GZ and PDF files

2011-05-13 Thread The Rasterman
On Sat, 14 May 2011 00:11:40 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: IANAL but AFAIU during runtime the resulting license is LGPL. The code itself is not relicensed while no code is ever relicensed even IF the lib is GPL, the runtime, with LGPL libs is not affected by