|
From: Corey D. <at...@at...> - 2004-04-07 14:30:26
|
* ORRY Lionel (lio...@cp...) wrote: > > > Hi everybody ; first, i wanted to say great work !!! Keep going on... > > I'd like to use Evas_Pixels_Import_Source for a little app for > scientific visualization, kinda simple RGB (alpha not necessary) pixmap > from a WIDTH x HEIGHT x 3 array... I wondered if uncommenting the ARGB32 > section in evas_image.c would work or if i should use > EVAS_PIXEL_FORMAT_NONE and creating my own type... How to do it ? Look into imlib2 it supports a few formats, or just use ARGB32 with the alpha always 255. I don't really know about the PXIEL_FORMAT_NONE stuff, but commenting out code in the lib seems a bit strange. > > Thanks a lot ! > > BTW don't be cruel, i'm a beginner with this. ;-) > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > __ Corey Donohoe http://atmos.org |