Results 1 to 3 of 3

Thread: Load Image at runtime

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    So wait a sec - what format are your bitmaps in? sdl_surface, gl texture... It would help a bit - and can you not simply send that bitmap straight to the screen instead of some variable?
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    They are regular Delphi 32bit Bitmaps. I would like to put them into whatever I have to to have Asphyre draw them on the screen. My goal it to use Asphyre since it can draw very fast.

    For a bit more info: I am working on a live video presentation project that will play videos (Stretched to the screen size), Transition between two videos, and overlay text on top of the video (Via a bitmap that has the text drawn on with transparency).

Bookmarks

Posting Permissions

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