Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    screen/framebuffer to image?

    Help
    3
    3
    143
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Nisse5 F last edited by

      Is it possible to get the current contents of the screen/framebuffer to an image? I tried drawImage(framebuffer, 0, 0) to a targeted image, but FUZE complained about it not being an image handle.

      1 Reply Last reply Reply Quote 0
      • Discostew
        Discostew F last edited by

        While you can't grab from the framebuffer, you could have everything rendered to a separate target before dumping that target to the framebuffer.

        1 Reply Last reply Reply Quote 1
        • M
          MikeDX last edited by

          if you always draw to an image prior to update and then final blit that to framebuffer, your final image (i call it imagescreen) will contain the screen

          1 Reply Last reply Reply Quote 1
          • First post
            Last post