Skip to content

v1.9

Compare
Choose a tag to compare
@iseahound iseahound released this 06 Nov 04:57
· 450 commits to master since this release

New features:

  • ImagePutSafeArray() - Stores the image into a safe array
  • ImagePutExplorer() - Copies an image into the last active windows explorer folder

Improvements:

  • Major improvements to ImageSearch including the ability to ignore transparency in the search image
  • PixelSearch now has variation, and can search ARGB ranges (for each individual red bluegreen alpha channel)
  • (v2) Buffers can now be enumerated over with a for loop as in for x, y, color in ImagePutBuffer(0)
  • Buffers can save() a raw bitmap
  • Monitor numbers 0, 1, 2, 3... now have a higher priority over other image types

Possible Breaking Change

  • Filenames now have priority over window titles. This means that if there is a file named "photo.png" and a window title with the name "photo.png" the file will be used. This resolves possible unintuitive behavior where if a file open is in a photo editor, a screenshot of the photo editor would take priority over the actual file.