Skip to content

v1.10

Latest
Compare
Choose a tag to compare
@iseahound iseahound released this 02 Mar 21:07
· 320 commits to master since this release

32-bit stability fixes, ImageSearchAll(), PixelSearchAll()

ImagePutBuffer Changes

  • PixelSearchAll and ImageSearchAll can now return multiple matches
  • PixelSearch supports searching for a color with 3 variations (red, blue, green)
  • Transcolor() and Colorkey() now select the top-left pixel by default
  • Add Clone() to create a duplicate bitmap
  • [v1] Fix crop method
  • Save() now works even if the image width and height is updated

Other Changes

  • ImagePut is now stable on AutoHotkey 32-bit versions!
    • Fixed GIF rendering
    • Fixed thrown errors with "cdecl"
  • [v2] You can now drag and drop multiple images onto ImagePut.ahk to show them without closing previous windows.
  • Dragging one animated GIF no longer pauses other animated GIFs

Note: AutoHotkey v1 ANSI is still supported, although unicode characters will appear garbled.