Crop an image in Thunkable X

I would like to know how to allow the user to crop a region of interest in an image after taking a photo or opening it from his photo library without using extensions, since Thunkable X does not yet have this functionality.
Can someone help me?

Thankful.

@luan.jardim.sousa3 through the mediaDB you get full access to the Cloudinary API, which is very powerful.

In the past I’ve used it to blur faces in an image and it also gives you the option to crop images.

Their docs are very well laid out and easy to follow. Take a look here for more info:
https://cloudinary.com/documentation/image_transformations