Jump to content

ImageString


Recommended Posts

I need to do something like the php function imagestring it takes a string for example $string="blah" and outputs an image is there a quick way to do this in autoit?

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

I need to do something like the php function imagestring it takes a string for example $string="blah" and outputs an image is there a quick way to do this in autoit?

Maybe you are after something like _GDIPlus_GraphicsDrawString.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

I need to do something like the php function imagestring it takes a string for example $string="blah" and outputs an image is there a quick way to do this in autoit?

You can do this by #including ImageMagickObject.dll.au3, then $oIM=use ObjCreate("ImageMagickObject.MagickImage.1") and $oIM.Comvert() to create and write in your image - see this script I wrote for an example, and imagemagick.org for the syntax of what you're trying to do (their examples section is quite good on their website). Edited by james3mg
"There are 10 types of people in this world - those who can read binary, and those who can't.""We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true." ~Robert Wilensky0101101 1001010 1100001 1101101 1100101 1110011 0110011 1001101 10001110000101 0000111 0001000 0001110 0001101 0010010 1010110 0100001 1101110
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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