IvanDream Posted July 1, 2008 Posted July 1, 2008 (edited) hi if i have a image in binary how i can visualize it in the GUI without write it into a file? for example $open=FileOpen("try.jpg",16) $file=FileRead($open) now i've the $file with the img, there is a way for use it without use/make file? Edited July 1, 2008 by IvanDream
goldenix Posted July 1, 2008 Posted July 1, 2008 This is a good question, I wonder Why this does not work., i mean it does if I do FileWrite(myfile.png, Binary($var)) instead of $MY_GUIIMAGE = Binary($var), so why wont it make the image?Local $var="0x" $var="0x" $var&="_My img binary code_" $MY_GUIIMAGE = Binary($var) My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
IvanDream Posted July 1, 2008 Author Posted July 1, 2008 i found this in the forum!!!! a good solution http://www.autoitscript.com/forum/index.php?showtopic=71007
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