Andreik Posted May 18, 2008 Posted May 18, 2008 I find thishttp://www.autoitscript.com/forum/index.php?showtopic=33946but I don't understand why is not working for me.Please help.
Tomb Posted May 18, 2008 Posted May 18, 2008 I find this http://www.autoitscript.com/forum/index.php?showtopic=33946 but I don't understand why is not working for me. Please help.i found the problem. change BinaryString to Binary. i think it was an old function. ;saving Local $h_Open = FileOpen('output.jpg', 2) FileWrite($h_Open, BinaryString($hex)) FileClose($h_Open) MsgBox ( 64, "Art Generator", "Done!" & @CRLF & @scriptdir & "\output.jpg" ) ;saving Local $h_Open = FileOpen('output.jpg', 2) FileWrite($h_Open, Binary($hex)) FileClose($h_Open) MsgBox ( 64, "Art Generator", "Done!" & @CRLF & @scriptdir & "\output.jpg" )
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now