Re: [e-users] how to draw RGB565 image data ues EFL

2015-01-23 Thread The Rasterman
On Fri, 23 Jan 2015 20:06:07 +0800 (CST) bray said: > Hi everyone: > I have a picture data format as rgb565, i want to draw it by use evas. > such as: > evas = evas_object_image_filled_add(e); > evas_object_image_data_update_add(evas, 0, 0, WIDTH, HEIGHT); > evas_object_image_size_set(evas, WIDTH

[e-users] lachezar - some new icons

2015-01-23 Thread Wolfgang Morawetz
hi, i also start to make icons for e. A gimp scripts do most of the work for me. The script use svg's as the base and convert it to any size. I cant find the email of Lachezar Petkov to ask if he like to merge the work https://github.com/wfx/eicons greetings wfx -

[e-users] how to draw RGB565 image data ues EFL

2015-01-23 Thread bray
Hi everyone: I have a picture data format as rgb565, i want to draw it by use evas. such as: evas = evas_object_image_filled_add(e); evas_object_image_data_update_add(evas, 0, 0, WIDTH, HEIGHT); evas_object_image_size_set(evas, WIDTH, HEIGHT); evas_object_image_colorspace_set(evas,EVAS_COLORSPACE