Results 1 to 12 of 12

Thread: transblit vs. bitblt

  1. #1

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242

    Post

    I've heard of transblit and I've used bltblit but which is faster? Is it better to make one blit with transblit or would it be better to do two with bitblt?

    Thanks for the help,
    Drew

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    what does TransBlt do? I guess it's a specialised form of BitBlt, like StretchBlt is.
    buzzwords are the language of fools

  3. #3

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242

    tranblt

    Transblit is to make a transparent blt. You set one color to be transparent and it does it for you.

    Has anybody else heard of transblt?



    Happy coding,
    Drew

  4. #4

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242
    Here is the site where I found out about transblit.

    http://members.home.net/theluckyleper/

    Look in the tutorials section.

    Happy St. Patrick's Day,
    Drew

  5. #5
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    Use DirectX instead - faster, better, easier
    buzzwords are the language of fools

  6. #6

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242

    :)

    That is so typical of you Kenny.

    LOL,
    Drew

  7. #7
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Indeed *g*

    But he's right

  8. #8

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242
    What does *g* mean? You tend to make abreviations that I don't understand such as AFIAK or something like that

  9. #9
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    Fox, do you use DX or are you still using BitBlt?
    urghhh I remember using BitBlt..compared to DX it's like using PaintPicture
    buzzwords are the language of fools

  10. #10
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    OK.. Example code :

    Code:
    Public Enum eShortcuts
       AFAIK = As far as I know
       IMO = In my opiniont
       lol = Laughing out loud
    
       *g* = *grin*
       *s* = *smile*
    End Enum
    Hehe, Hope this helps

  11. #11
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    You won't believe, I'm happy with BitBlt Well, It's not a big problem to take another Render-class, so If the *game* runs, I can easily switch to DX...

  12. #12

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242
    You know what? I think you might spend just a little too much time at the keyboard I'm happy with bitblt too but I write such slow code so I'm thinking of getting into DX7. I'm still kind of a beginner in vb that is stepping into the intermediate stage.

    Happy coding


    p.s.
    My code is getting better I think

Posting Permissions

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



Click Here to Expand Forum to Full Width