Diana (Cda) Posted November 16, 2008 Posted November 16, 2008 I've been using Irfanview to do this but it's not automatic. Was wondering if AI could convert a text file to a graphic BMP, JPG or GIF?
torels Posted November 16, 2008 Posted November 16, 2008 go and take a look at _GDIPlus_GraphicsDrawString() in the helpfile cheers Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
LarryDalooza Posted November 16, 2008 Posted November 16, 2008 The method depends on the desired result? The format of the result? Just black text on white background? The amount of text? blah blah blah... devil is in the details... short answer is yes. Lar. AutoIt has helped make me wealthy
Diana (Cda) Posted November 16, 2008 Author Posted November 16, 2008 go and take a look at _GDIPlus_GraphicsDrawString() in the helpfilecheersI must be doing something wrong because this isn't in the helpfile. I search for it completely, as you stated above, then searched for "GDIPlus_GraphicsDrawString" by itself. What should I be searching for to bring this up?Thx.
ResNullius Posted November 16, 2008 Posted November 16, 2008 I must be doing something wrong because this isn't in the helpfile. I search for it completely, as you stated above, then searched for "GDIPlus_GraphicsDrawString" by itself. What should I be searching for to bring this up?Thx. Make sure you're opening the AutoIt.chm helpfile and not the AutoIt3.chm.The AutoIt.chm contains the UDF functions as well as the regular functions in AutoIt3.chm
torels Posted November 16, 2008 Posted November 16, 2008 go in the UDF section and you'll find it under _GDIplus funcs or just write it in scite... save the file as a script, move on the line where the func is and press F1 cheers Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
Malkey Posted November 17, 2008 Posted November 17, 2008 I think the main problem you are having with this threadhttp://www.autoitscript.com/forum/index.ph...st&p=605252and this thread is you are using AutoIt v3.2.10.0.AutoIt v3.2.12.1 is the current release and all the advice given refers to the current release with all the relevant functions and help file.If you are already using AutoIt v3.2.12.1, disregard this post. It's not the first time today I've been wrong.
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