eitan Posted July 23, 2006 Posted July 23, 2006 hi guys anybody know how to write text to a bmp? what i need is the possibility to automaticaly add text or a time stamp like those common in webcams. thanks
Simucal Posted July 24, 2006 Posted July 24, 2006 (edited) 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.phpAnd here are some adding text examples:http://www.cit.gu.edu.au/~anthony/graphics...ck6/annotating/ Edited July 24, 2006 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)
Simucal Posted July 24, 2006 Posted July 24, 2006 (edited) *** Delete, browser malfunction *** Edited July 24, 2006 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)
Simucal Posted July 24, 2006 Posted July 24, 2006 (edited) *** Delete, browser malfunction *** Edited July 24, 2006 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)
eitan Posted July 25, 2006 Author Posted July 25, 2006 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
/dev/null Posted July 25, 2006 Posted July 25, 2006 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. 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 *
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