blizzedout Posted June 21, 2006 Posted June 21, 2006 IF i wanted to add an image in the GUI, is there any way of encodeing the image into the code?
Simucal Posted June 21, 2006 Posted June 21, 2006 Well, you could take a look at FileInstall() in the helpfile. You might also make a Base64 encoding of an image and store that string in your script... I've decoded base64 icons from a script before, so I assume images are possible too. AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
blizzedout Posted June 21, 2006 Author Posted June 21, 2006 Well, you could take a look at FileInstall() in the helpfile.You might also make a Base64 encoding of an image and store that string in your script... I've decoded base64 icons from a script before, so I assume images are possible too.thanks, how do u call the base64 image? or display it?
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