Jump to content

writing text to a bmp


Recommended Posts

I spent a little time googling around trying to see some vbscript examples of something like what you want. One thing I came up with was using ImageMagick Studio, which is (from what I can tell) a free image manipulation program. You can call upon its exe from an autoit script with the necessary parameters.

http://www.imagemagick.org/script/index.php

And here are some adding text examples:

http://www.cit.gu.edu.au/~anthony/graphics...ck6/annotating/

Edited by Simucal
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)
Link to comment
Share on other sites

*** Delete, browser malfunction ***

Edited by Simucal
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)
Link to comment
Share on other sites

*** Delete, browser malfunction ***

Edited by Simucal
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)
Link to comment
Share on other sites

thanks for the help!

i know image magic and tried it however it does not suit the purpose.

what i need id a small dll or exe that can be called at the command line

and not a whloe software suit that needs installation.

thanks for the effort though

Link to comment
Share on other sites

i know image magic and tried it however it does not suit the purpose.

what i need id a small dll or exe that can be called at the command line

and not a whloe software suit that needs installation.

well, I guess you don't know too much about ImageMagick. :whistle:

Just install the static bound version (ImageMagick-6.2.8-5-Q16-windows-static.exe), save mogrify.exe somewhere and then uninstall ImageMagick. mogrify will still work, as any other commandline tool.

mogrify -draw "text 300,300 'Test   1234'" piechart.png

You can also use COM (ObjCreate) to manipulate images. See help file of ImageMagick.

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...