This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
Developer Network
Developer Network
Developer
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
Converting Raw pixel data into a bitmap in Direct2D
Archived Forums A-B
>
Building Windows Store games with DirectX (archived)
Question
0
Sign in to vote
I have a raw file containing pixel data in 8bit gray scale format.i wanted to create a ID2DBitmap from the raw data.so how can i create a bitmap using these data
Tuesday, September 2, 2014 11:28 AM
Answers
0
Sign in to vote
You can create a D2D bitmap from in memory pixel data with
ID2D1RenderTarget::CreateBitmap
Marked as answer by
Jamles Hez
Moderator
Tuesday, September 16, 2014 6:40 AM
Tuesday, September 2, 2014 11:19 PM
Moderator