ImageCropper
An extension for MIT App Inventor 2.
An extension for cropping image. Developed by The K Studio.
Specifications
Size: 11.16 KB
Version: 2.0
Minimum API Level: 7
Updated On: 2025-04-02T18:30:00Z
Built & documented using: FAST-CLI
Blocks:
Usage:
Image Cropper:
Result:
Download: v3 com.thekstudio.imagecropper.aix (13.6 KB)
12 Likes
TIMAI2
2
What format to use for setting the aspect ratio ?
If SetAspectRatioFixed property is set to true then it will fix the ratio to 1:1 otherwise it can be free to adjustable by the user.
TIMAI2
4
I would therefore use 16:9
or 5:4
? - oh I see we just size it to our own liking by dragging the grid around
Yes the grid is draggable to adjust the size.
I have not included predefined aspect ratios as of now. Currently only 1:1 and free are available.
May be I will add more in an update.
2 Likes
TIMAI2
6
A circle crop would also be a great addition
3 Likes
If the aspect ratio can be customized, it will be more flexible and accurate, without the need for preset ratios.
hotatp
10
Thank you. I have noticed this and tested it. However, this also doesn't have a custom aspect ratio, which is important for me.
Free aspect ratio means you can freely adjust the height and width of the image.
There is no option to set custom aspect ratio manually apart from pre defined options.
You have to select the area if you need custom aspect ratio.