No announcements
Found 892793 threads
-
0 Votes
It is possible to convert WriteableBitmap to ID2D1Bitmap
Hey Oliver, converting my WriteableBitmap to a different format using the Nokia Imaging SDK instead of the BitmapEncoder .NET provides, wouldn't solve my problem.Answered | 9 Replies | 1091 Views | Created by Jano85 - Monday, August 4, 2014 7:44 AM | Last reply by Oliver Ulm - Thursday, August 14, 2014 6:53 AM -
1 Votes
How to convert CImage to ID2D1Bitmap
If you did not find something more appropriate, then maybe write the content of CImage to a memory stream, then create the ID2D1Bitmap from stream.Answered | 4 Replies | 938 Views | Created by smallC795 - Monday, April 18, 2016 5:52 PM | Last reply by smallC795 - Tuesday, April 19, 2016 3:27 PM -
0 Votes
Conversion of ID2D1Bitmap to IWICBitmap
ID2D1Bitmap is a DirectX data structure and is not Kinect specific.Answered | 2 Replies | 4298 Views | Created by vivekmk - Saturday, February 2, 2013 5:01 AM | Last reply by Carmine Si - MSFT - Thursday, February 14, 2013 10:31 PM -
1 Votes
How to convert WriteableBitmap to IRandomAccessStream?
For an image source from a WriteableBitmap, use BitmapImageSource.Answered | 4 Replies | 1095 Views | Created by TAEDORI - Tuesday, November 4, 2014 11:13 PM | Last reply by THKAW - Wednesday, November 5, 2014 5:58 AM -
0 Votes
Convert ImageSource to WriteableBitmap in Metro Windows 8
I have a slightly more helpful answer to this question on SO: ...Answered | 3 Replies | 11741 Views | Created by GGCO - Friday, August 3, 2012 3:16 PM | Last reply by Filip Skakun - Friday, August 3, 2012 5:16 PM -
0 Votes
Direct2d retrieve data from ID2D1Bitmap?
Hi: Generally speaking, you can't access ID2D1Bitmap data, since it is GPU data.Answered | 2 Replies | 1846 Views | Created by garima jagrat - Monday, November 16, 2015 6:16 AM | Last reply by fangfang wu - Thursday, November 19, 2015 2:52 AM -
1 Votes
NullReferenceException when trying to convert BitmapImage to WriteableBitmap
Subscribe to the leakBmp.ImageOpened event , there you should create the WriteableBitmap.Answered | 6 Replies | 2253 Views | Created by kmrastegar - Thursday, August 29, 2013 1:09 AM | Last reply by Jose1966 - Wednesday, September 10, 2014 3:37 AM -
0 Votes
writeablebitmap
When I used writeablebitmap,there were errors: 1)Attempted to read or write protected memory.Answered | 5 Replies | 5792 Views | Created by shigoujushi - Wednesday, April 7, 2010 2:14 AM | Last reply by shigoujushi - Monday, April 12, 2010 6:55 AM -
0 Votes
WriteableBitmap and Bitmap
Showing that in an Image control is a matter of creating the WriteableBitmap variable and using the WritePixels method.Answered | 5 Replies | 3926 Views | Created by Niloufar.M - Thursday, August 1, 2013 1:36 AM | Last reply by Carmine Si - MSFT - Monday, August 5, 2013 4:46 PM -
0 Votes
WriteableBitmap constructor with BitmapSource in VS2011.
Do the same thing you're doing there but use a WriteableBitmap instead of a BitmapImage.Answered | 6 Replies | 3501 Views | Created by TedKent - Thursday, March 22, 2012 3:37 AM | Last reply by Quasimondo - Thursday, April 5, 2012 12:52 PM -
0 Votes
WriteableBitmap and ShaderEffect
kkennedy1008 was only yielding the UI thread while the WriteableBitmap is locked.Answered | 3 Replies | 4282 Views | Created by kevinpaulkennedy - Monday, December 14, 2009 5:49 AM | Last reply by Brendan Clark - MSFT - Wednesday, December 16, 2009 1:23 AM -
5 Votes
Getting Pixels of an Element (WriteableBitmap)
WriteableBitmap bmp = new WriteableBitmap(1024, 768); Stream stream = bmp.PixelBuffer.AsStream(); Then for each of your ...Answered | 18 Replies | 22377 Views | Created by Andy Beaulieu - Friday, September 16, 2011 1:20 AM | Last reply by pukachupenn - Monday, October 1, 2012 6:22 AM -
0 Votes
How to Load or convert an image file to a WriteableBitmap in a Windows 10 Universal App
., and then you can use that value in WriteableBitmap int height = bitmapImage.PixelHeight; int width = bitmapImage.PixelWidth; ...Answered | 3 Replies | 6432 Views | Created by srihCsrihC - Wednesday, August 26, 2015 7:17 PM | Last reply by Khanna Gaurav - Thursday, August 27, 2015 9:12 AM -
0 Votes
Padding WriteableBitmap
Igor Risis, >>I have a simple problem, i need to add some white space to the top and the bottom of my WriteableBitmap.Answered | 1 Replies | 856 Views | Created by Igor Risis - Monday, July 27, 2015 10:36 PM | Last reply by Fred Bao - Tuesday, July 28, 2015 9:37 AM -
0 Votes
I HATE WRITEABLEBITMAP
By the way, the poster to the workaround there was the actual developer of the WriteableBitmap method.Answered | 13 Replies | 2626 Views | Created by Daniele Scarabottolo - Wednesday, October 24, 2012 8:23 PM | Last reply by Daniele Scarabottolo - Monday, October 29, 2012 9:10 AM -
0 Votes
Anything faster then WriteableBitmap for IMAGE MANIPULATION?
We were trying to write our own in C# which is why we tried to use the WriteableBitmap object.Answered | 7 Replies | 9111 Views | Created by Bobbo1976 - Friday, March 12, 2010 6:45 PM | Last reply by Ahmad El-Shafey - MSFT - Sunday, March 14, 2010 3:00 AM -
0 Votes
WriteableBitmap alpha channel and ScrollView
I have a WriteableBitmap and saved in a png file to test it.Answered | 2 Replies | 677 Views | Created by Agha - Monday, October 19, 2015 9:12 PM | Last reply by Fred Bao - Tuesday, October 20, 2015 6:49 AM -
0 Votes
WriteableBitmaps and Shaders
Is it possible to use a shaders on bitmaps (such as WriteableBitmaps) without creating a UI element?Answered | 2 Replies | 5641 Views | Created by rdagger - Thursday, March 10, 2011 1:49 AM | Last reply by Yves.Z - Wednesday, March 16, 2011 3:39 PM -
0 Votes
writeablebitmap set image size
when I go back to my code should I tried using bmp.Render(CanvasImage, null); but said canvasimage not in current context. did some research on it and wanted to make sure ...Answered | 3 Replies | 933 Views | Created by Brandon Edge - Tuesday, August 26, 2014 1:10 PM | Last reply by Brandon Edge - Thursday, August 28, 2014 5:57 PM -
0 Votes
Changing WriteableBitmap width and height
Hello Konstantinnn You have probably noticed that you can't directly modify the width or height properties of the WriteableBitmap objects as they are read only.Answered | 2 Replies | 1745 Views | Created by Konstantinnn - Friday, February 15, 2013 2:36 PM | Last reply by Konstantinnn - Friday, February 22, 2013 3:29 PM - Items 1 to 20 of 892793 Next ›
No announcements