Results 1 to 7 of 7

Thread: Bitmap creator tool

  1. #1
    Join Date
    Jan 2007
    Location
    BC, Canada
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Post Bitmap creator tool

    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.

  2. #2
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    SCAR Code:
    SaveBitmap(NewBitmap,'C:\Users\user\Desktop\Pictures\screenbitmap6.bmp');

    should be releative to ScriptPath like...

    SCAR Code:
    SaveBitmap(NewBitmap, ScriptPath + '/screenbitmap6.bmp');

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  3. #3
    Join Date
    Jan 2007
    Location
    BC, Canada
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oops yah i uploaded an older file fixed now.

  4. #4
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    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

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  5. #5
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    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.

  6. #6
    Join Date
    Jan 2007
    Location
    BC, Canada
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    updated script now writes out the bitmap in the debug box in proper code form.

  7. #7
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Nice work.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •