Skip to content

v1.4

Compare
Choose a tag to compare
@iseahound iseahound released this 02 Jan 02:28
· 587 commits to master since this release

Support for PDF files.

  • To process PDF pages use ImagePutWindow({pdf: "doc.pdf", index: 2}).
  • Speed up processing of PNG streams on the clipboard.
  • Added a new function ImageDestroy() to cleanup images.
  • Now supports custom resolutions as scale:[width, height].

Bugfixes

  • Obsolete cursors were causing memory leaks.
  • Fixed put_window memory leaks.
  • Sometimes top-level directories were created from a filepath.
  • Output of ImagePutFile no longer has double backslashes.
  • Downloading over the internet is now asynchronous.