I was sick of using paint to create my bitmaps so i wrote this script. I just finished writing it so this is the first version. i welcome ideas for improvement and feedback.
I was sick of using paint to create my bitmaps so i wrote this script. I just finished writing it so this is the first version. i welcome ideas for improvement and feedback.
Last edited by fORCE_wORKS; 03-28-2010 at 03:35 PM.
SCAR Code:SaveBitmap(NewBitmap,'C:\Users\user\Desktop\Pictures\screenbitmap6.bmp');
should be releative to ScriptPath like...
SCAR Code:SaveBitmap(NewBitmap, ScriptPath + '/screenbitmap6.bmp');
s cant be for fine tuning and saving =)
SCAR Code:Use keys "w" "s" "a" "d" for fine tuning positon
use Arrow keys to adjust size
press "s" key to save bitmap
You should add BitmapToString();.If you do that, you'll have to have length checks and add stuff to make it readable and everything, but this is a pretty nifty tool.
updated script now writes out the bitmap in the debug box in proper code form.
Nice work.
There are currently 1 users browsing this thread. (0 members and 1 guests)