Get size of cropped image

I made a simple example app so you can understand my problem. When a user inserts an image they can crop it to their liking. What I need is the width and height of the image after it was cropped. I tried the Taifun function but it doesn’t work. Taifun’s function only works before the image is cropped, that is, I can know the width and height of the image that was uploaded, but after it was cropped I can’t know anymore and I don’t understand why.

This is how the app looks:



These are the blocks:

Any suggestions?