Hi,
   You can use evas_object_image_fill_set in order to specify the region of the 
image you want to read from.

In case you want to use it in edje, you can use image.fill property.
      description {
            ..
            fill {
                smooth: 0-1;
                origin {
                    relative: X-axis Y-axis;
                    offset:   X-axis Y-axis;
                }
                size {
                    relative: width  height;
                    offset:   width  height;
                }
            }
            ..
        }

For more reference on this edje usage, please refer here: 
http://docs.enlightenment.org/auto/edje/edcref.html#sec_collections_group_parts_description_image_fill.
Regards,
Rajeev

------- Original Message -------
Sender : Nistha Tandiya<nisth...@gmail.com>
Date : Jun 05, 2013 13:25 (GMT+09:00)
Title : [E-devel] [Edje] Cropped Image render

Hi All,
I wish to render a clipped subpart of an image in a container... The image
portion could be from anywhere in the image... Could u help ?

- Nistha
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to