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

[E-devel] Evas loading image fastly

2009-10-12 Thread Atton Jonathan
Hello, I use Elm slideshow in my application and I try to load a big image. I just need to dispalay the full image (no zoom ...) I try to use photocam but I have 2 problems with it : - the animation when the image is fit. This animation is in a visual conflict with the slideshow which has his own