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
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
-
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