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

fix file encoding and missing "\" after directory #4

Closed tmplinshi closed 3 years ago

tmplinshi commented 3 years ago
iseahound commented 3 years ago

I don't think this does what you want, because now simple functions like ImagePutFile(0) fail due to the extra backslash.

Suggestions:

If you want to fix it up, I'll merge the request!