Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/bin Modified Files: evas_test_main.c Log Message: 1. diable a bunch of engines from auto-detecting stuff. you have to manually --enable gl, qtopia and directfb enigines - they are either incomplete, buggy or simply used so little that its not worth building unless the user REALLY wants the support. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- evas_test_main.c 2 Oct 2005 15:15:44 -0000 1.23 +++ evas_test_main.c 11 Nov 2005 06:09:46 -0000 1.24 @@ -2062,6 +2062,11 @@ ob = evas_object_image_add(evas); evas_object_image_file_set(ob, IM "e_logo.png", NULL); + +// evas_object_image_save(ob, "t.png", NULL, "compress=9"); +// evas_object_image_save(ob, "t.jpg", NULL, "quality=20 compress=7"); +// evas_object_image_save(ob, "t.eet", "key", "quality=50"); + evas_object_image_size_get(ob, &iw, &ih); evas_object_move(ob, (win_w - iw) / 2, 0); evas_object_resize(ob, iw, ih); ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs