On Tue, 05 Jul 2011 00:52:32 +0900 jy0703.p...@samsung.com said:
some suggestions on naming:
evas_object_image_animated_frame_num_get ->
evas_object_image_animated_frame_count_get
evas_object_image_animated_loop_num_get ->
evas_object_image_animated_loop_count_get
now for evas_object_image_anim
Hi. Iām Jiyoun.
I have plan to evas image object support animated image like Agif.
I make patch related with image object which can support animated image.
Added API is
1. EAPI Eina_Bool evas_object_image_animated_get(const Evas_Object *obj);
ćć-> check image file's animation (DONE)
2. EAPI