WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=a263590f1d4534abcf50261bf75abc206f8d9949

commit a263590f1d4534abcf50261bf75abc206f8d9949
Author: Amitesh Singh <singh.amit...@gmail.com>
Date:   Tue Oct 13 01:15:44 2015 -0700

    Wiki page image_objects changed with summary [change image size to 160000] 
by Amitesh Singh
---
 pages/program_guide/evas/image_objects.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/program_guide/evas/image_objects.txt 
b/pages/program_guide/evas/image_objects.txt
index 4a6652c..d4339a6 100644
--- a/pages/program_guide/evas/image_objects.txt
+++ b/pages/program_guide/evas/image_objects.txt
@@ -265,7 +265,7 @@ Users can set raw data to the image object manually using  
the
 ''evas_object_image_data_set()'' function instead of setting an image file as
 the data source. The image data should be in raw data form. In case of an
 200x200 sized image with alpha channel enabled (32 bits per pixel), the size
-of the image data is 14000 (=200*200*4) bytes.
+of the image data is 160000 (=200*200*4) bytes.
 
 <code c>
 void evas_object_image_data_set(Evas_Object * obj,

-- 


Reply via email to