Is there an extension currently working to enable the user to crop his image in a circular way?
Also visit here Image Cropper Demo (with extensions) - Tutorials and Guides - MIT App Inventor Community an test the aia in mit community, not in kodular
so there is no crop extension currently work?
And what about image picking form gallery, I noticed that it’s not working at all, so is there extension for that too or not?
Did you tried above approaches? Is it not working for you?
Try placing an oval button with the same height and width measurements and add the image.
If I’m not mistaken, that will make the image circular.
Below extension may help. It has rectangular, free and circular crop functionality.
is this extension allows the user to pick photos from gallery?
To pick images use the activity starter workaround for the image picker component bug
You can find it after doing a search in the community
Taifun
No, it doesn’t has image picker functionality inbuilt. You have to use other methods or file picker to pick the image.
After picking the image you can use image cropper.
I have used Jewel File Picker extension to pick the image in sample blocks.