Jump to content

AndyMunTM

Members
  • Posts

    2
  • Joined

  • Last visited

AndyMunTM's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks that was exactly what i was looking for!
  2. 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], 'ptr*', 0, 'ptr', 0, 'ptr', 0) As an alternative, i could use something that makes thumbnails with specific size. I ask someone to explain what parameters should i fill in, and where can i find documentation about functions inside a dll. Thanks. *Sorry for my bad english, but it`s not my native language.
×
×
  • Create New...