Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 05:47:01 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > Author : raster > > Project : e17 > > Module : libs/evas > > > > Dir : e17/libs/evas/src/modules/loaders/eet > > > > Modified Files: evas_image_load_eet.c > > > > Log Message: > > > > fix eet load of

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread [EMAIL PROTECTED]
> > Ummm... How about adding a 'premul' flag to eet images, which > > would be set/read accordingly... > > i could... but i would need to break eet api... and i'm just as > happy to break format - premul encoding can be more efficient > compression-wise by nulling out transparent pixels. :)

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 12:40:33 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > > Ummm... How about adding a 'premul' flag to eet images, which > > > would be set/read accordingly... > > > > i could... but i would need to break eet api... and i'm just as > > happy to break format - prem

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread [EMAIL PROTECTED]
> > also, line 1329 should now read: > > > > evas_object_gradient_color_stop_add(ep->object, > > sc->r, sc->g, sc->b, 255, sc->d); > > evas_object_gradient_alpha_stop_add(ep->object, sc->a, sc->d); > > hmm - color stop can't add the alpha directly as-is? Yes,

[E-devel] imlib2 1.3.0 broken?

2006-10-02 Thread Mathias Homann
Hi, when i build qcomicbook against imlib2 1.2.x it works just fine; when i build against 1.3.0 i get the following error messages when running it: * Imlib2 Developer Warning * : This program is calling the Imlib call: imlib_image_get_height(); With the parameter:

Re: [E-devel] imlib2 1.3.0 broken?

2006-10-02 Thread Kim Woelders
Mathias Homann wrote: > Hi, > > when i build qcomicbook against imlib2 1.2.x it works just fine; when > i build against 1.3.0 i get the following error messages when running > it: > * Imlib2 Developer Warning * : > This program is calling the Imlib call: > imlib_image_get

Re: [E-devel] imlib2 1.3.0 broken?

2006-10-02 Thread The Rasterman
On Mon, 02 Oct 2006 21:33:17 +0200 Kim Woelders <[EMAIL PROTECTED]> babbled: > Mathias Homann wrote: > > Hi, > > > > when i build qcomicbook against imlib2 1.2.x it works just fine; when > > i build against 1.3.0 i get the following error messages when running > > it: > > * Imlib2 Developer

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread Brian Mattern
On Mon, Oct 02, 2006 at 12:40:33PM +, [EMAIL PROTECTED] wrote: > Ok, that will take care of your dialog previews and such... > *BUT* for some reason, when you hit "apply", it fails to do so. > No idea why -- that's some obscure e17 thing I know nothing about. > > If you want I can

Re: [E-devel] Enlightenment CVS committal

2006-10-02 Thread The Rasterman
On Mon, 2 Oct 2006 08:59:22 -0500 Brian Mattern <[EMAIL PROTECTED]> babbled: > On Mon, Oct 02, 2006 at 12:40:33PM +, [EMAIL PROTECTED] wrote: > > Ok, that will take care of your dialog previews and such... > > *BUT* for some reason, when you hit "apply", it fails to do so. > > No idea why