Re: [E-devel] Evas loading image fastly

2009-10-12 Thread Atton Jonathan
2009/10/12 Nicolas Aguirre > 2009/10/12 Atton Jonathan : > > > > When I set a image file I retrieve his size with (this method does not > > downlad the image ?): > > evas_object_image_file_set(o, NULL, NULL); > > evas_object_image_load_scale_down_set(o, 0); > > evas_object_image_file_set(o,

Re: [E-devel] Evas loading image fastly

2009-10-12 Thread Nicolas Aguirre
2009/10/12 Atton Jonathan : > > When I set a image file I retrieve his size with (this method does not > downlad the image ?): >   evas_object_image_file_set(o, NULL, NULL); >   evas_object_image_load_scale_down_set(o, 0); >   evas_object_image_file_set(o, image, photo_group); >   evas_object_image