Hello!
I wanna make a script that crops an image to a fixed size, let`s say 600px.
I`ve already done that in php (have it installed on my pc), but i`m looking for a simpler way with AutoIt and i understood that you must use Gdi+.
To code that it takes a while and it`s not verry fast, and it should be because i need it to crop 30+ images at once, so i found something like this:
$hImage = DllCall($ghGDIPDll, 'int', 'GdipGetImageThumbnail', 'ptr', $hPic, 'int', $Size[0], 'int', $Size[1]