On Thu, 2009-11-12 at 10:57 +0100, Vincent Lauria wrote: > Hi everyone, > I still have a problem I do not understand with clutter and quartz > have the error: > > Error>: CGBitmapContextCreate: unsupported parameter combination: 8 > integer bits/component; 24 bits/pixel; 3-component colorspace; > kCGImageAlphaNone; 960 bytes/row. > > with code: > > ClutterActor *image = clutter_texture_new (); > clutter_texture_set_from_file (CLUTTER_TEXTURE (image), path, NULL); > > It is not with all the images, an idea?
this has recently been fixed in master; I'll backport the commit to the stable branch before releasing 1.0.10. the bug report explaining the issue is here: http://bugzilla.openedhand.com/show_bug.cgi?id=1159 ciao, Emmanuele. -- To unsubscribe send a mail to [email protected]
