ImageInfo = App.Do( Environment, 'ReturnImageInfo') Width = ImageInfo['Width'] Height = ImageInfo['Height'] print " The width of the image is: ", Width print " The height of the image is: ", Height