Skip to content

v1.8

Compare
Choose a tag to compare
@iseahound iseahound released this 14 Jun 21:21
· 523 commits to master since this release

Animate GIFs

  • GIFs are now animated by ImageShow and ImagePutWindow
  • ImagePutURI produces base64 data with a MIME type
  • ImageDestroy supports releasing WIC bitmaps

Improvements

  • 10x speed set_hex
  • Partial arrays allowed in ImagePutScreenshot(img, [0,0])
  • Patched small memory leak with mime type detection
  • (v2) Closing one window no longer closes all windows

ImagePutBuffer

  • Add ImageSearch, Colorkey, SetAlpha, Transcolor
  • Ability to crop and return a new buffer
  • show() → ImageShow; show(1) → ImagePutWindow
  • Add PixelSearch variation