Results 1 to 4 of 4

Thread: Faster Graphics

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    In VB
    Posts
    1

    Talking Faster Graphics

    Does anyone know what is faster:

    stretchblt or bitblt ?

    When actually streatching or manipulating items in streatchblt, it is slower, but if its a straight blit, is one faster than the other?

    Thanks!


    -Dale

  2. #2
    Hyperactive Member
    Join Date
    Aug 1999
    Posts
    482
    I'm not positive.. but yes, i tried this.. it seemed a LOT slower, even tho you are not resizing anything..

    I suggest, if you need to stretch items.. put some pictureboxes and what not on the form, and STRETCH them one time on start up.. then just BLT them where you need

  3. #3
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Use hardware-accelerated D3D and put the picture on 2 polygons that shape a rectangle, you'll be able to stretch and shrink it as you wish without losing speed

  4. #4
    Hyperactive Member
    Join Date
    Aug 1999
    Posts
    482
    Then again he'll have a bigger exe , and such..

    I think he's fine just stretching it on run time =/
    no need to learn new things, and Lessen the support for older platforms now is there =)
    but yes, that is an alternative =)

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