Jump to content

Recommended Posts

Posted (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 by IvanDream
Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...