Hey All, How can i get Height / Width of an image in pixels? Searched and found this post: http://www.autoitscript.com/forum/index.php?showtopic=28746 Which led me too this post: http://www.autoitscript.com/forum/index.php?showtopic=25859 How ever that function doesnt seem to work: #include <ExtProp.au3> $width = _GetExtProperty("C:\Users\Steveiwonder\Pictures\Untitled.png", 27) $height = _GetExtProperty("C:\Users\Steveiwonder\Pictures\Untitled.png", 28) ConsoleWrite($w