iseahound / ImagePut

A core library for images in AutoHotkey. Supports AutoHotkey v1 and v2.
https://www.autohotkey.com/boards/viewtopic.php?f=83&t=76633
MIT License
116 stars 24 forks source link

When I updated to version v1.5, the pdf function did not work. #12

Closed telppa closed 2 years ago

telppa commented 2 years ago

When I updated to v1.5, the pdf function did not work.

If I use version of v1.3 (sorry I can't tell which version of v1.3 it is), the pdf function works fine.

I packaged a pdf file with the test code and the v1.3 library files for testing.

pdf test.zip

telppa commented 2 years ago

I also noticed that in version 1.5, the following code works fine imageputwindow({image:"2.pdf", scale:0.5})

this not imageputwindow("2.pdf")

telppa commented 2 years ago

2 3

iseahound commented 2 years ago

I've found the typo and corrected it.