v1.4
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.