In module 31 I download a document that potentialy has images. In this case it has 2.
Then in module 47 I use PDF4me to extract images from the document.
It creates an array of 2 images. In module 53 I upload the images to disk. I know that the image I want is the second one so I put as a parameter {{47.images2.imageData}}. How can I look at the size of each image and choose the biggest one as the image I want?