locked
create image in backgroundtask RRS feed

  • Question

  • which c++ api allows me to generate images? i hope to use these libraries also in a background task.


    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

    Friday, April 4, 2014 12:46 PM

Answers

  • You can generate images with Direct2D. This should work in the background.

    You can also use WriteableBitmap and directly fiddle with the pixel buffer.

    • Marked as answer by Dave SmitsMVP Friday, April 4, 2014 2:21 PM
    Friday, April 4, 2014 2:20 PM
    Moderator

All replies

  • You can generate images with Direct2D. This should work in the background.

    You can also use WriteableBitmap and directly fiddle with the pixel buffer.

    • Marked as answer by Dave SmitsMVP Friday, April 4, 2014 2:21 PM
    Friday, April 4, 2014 2:20 PM
    Moderator
  • direct2d  is working.. ohhh great. i assumed it wouldn't (but i am a noob if comes to directx). thanks!

    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

    Friday, April 4, 2014 2:21 PM