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

cover pdf to jpg will get an error. #8

Closed telppa closed 2 years ago

telppa commented 2 years ago

here is test code, both get an error (but cover is complete ).

imageputfile("2.pdf", "1.jpg")

imageputfile({pdf:"2.pdf"}, {image:"1.jpg"})

1

iseahound commented 2 years ago

I am unable to reproduce this error

telppa commented 2 years ago

I can't reproduce the error either......

I'll reopen this when I find a way to reproduce this.