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.
Printable View
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.
SCAR Code:SaveBitmap(NewBitmap,'C:\Users\user\Desktop\Pictures\screenbitmap6.bmp');
should be releative to ScriptPath like...
SCAR Code:SaveBitmap(NewBitmap, ScriptPath + '/screenbitmap6.bmp');
oops yah i uploaded an older file fixed now.
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.