[FREE] Image Cropper Extension: Crop image in fixed and free ratio

ImageCropper

An extension for MIT App Inventor 2.
An extension for cropping image. Developed by The K Studio.

:memo: Specifications


:floppy_disk: Size: 11.16 KB
:gear: Version: 2.0
:iphone: Minimum API Level: 7
:date: Updated On: 2025-04-02T18:30:00Z
:computer: Built & documented using: FAST-CLI

Blocks:

Usage:

Image Cropper:

Result:

Download: v3 com.thekstudio.imagecropper.aix (13.6 KB)

12 Likes

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.

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

A circle crop would also be a great addition

3 Likes

v3 Updated

Added Circular crop support with a new property CircularCropper
Added a function to GetASD path.

3 Likes

If the aspect ratio can be customized, it will be more flexible and accurate, without the need for preset ratios.

try this one

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.