Simon. wrote:
Hello there -- I am searching for a script that will help me effectively and cleanly resize a PNG image. I couldn't find anything in this group already posted that will do this except for some external apps. Can someone please help me with this problem if this can be solved the 'AHK-Way'?

Thank you in advance. Have good upcoming weekend.
You need to call an external program that resizes it.
Say, IfranView as its free or use an imagemagick program.
Code:
i_view32.exe c:\*.jpg /resize=(500,300) /aspectratio /resample /convert=d:\temp\*.png
Make the above code a Runwait command
Why would anyone expect AHK do this?
You're best bet is to find a OS call that could do it. But I doubt Windows supports png.