Languages

Menu
Sites
Language
Cicular photo possible?

I want to display SNS list with small photo profile.

For the profile photo basically it is rectangular image.

But I want to display it with circular clipping.

How can I do that? Evas object looks like only supports rectangular based clipping.

Any suggestions?

 

Thanks.

 

Responses

2 Replies
Jeongsu Kim

if your app has fixed background, you can put an image over photo profile that has transparent circle with background color.

if not, you have to crop photo profile. you can crop with cairo. http://cairographics.org/samples/clip_image/

Vikram

Seems it's possible to use the image widget, you can find help from the IDE help doc

also, you can use the button widget with circle style.