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

ImagePutFile() can't use absolute path #15

Closed 8LWXpg closed 2 years ago

8LWXpg commented 2 years ago

I found that filepath in ImagePutFile() can't use absolute path because colons(':') will be removed. So I end up deleting the colon in RegExReplace.

iseahound commented 2 years ago

Thanks! This was introduced after v1.7 so good catch.