0
votes
0answers
23 views
How to deal with Transparent part in page
it is black now
2
votes
3answers
975 views
Using FJCore to encode Silverlight WriteableBitmap
I am trying to find out how to use FJCore to encode a WriteableBitmap to a jpeg. I understand that WriteableBitmap provides the raw pixels but I am not sure how to convert it to th …
0
votes
3answers
180 views
WPF WriteableBitmap Memory Leak?
Hello, everyone!
I'm trying to figure out how to release a WriteableBitmap memory.
In the next section of code I fill the backbuffer of a WriteableBitmap with a really large amou …
0
votes
1answer
45 views
Creating high performance animations in WPF
Hi All,
I'm in a situation that requires many animations with effects like transparency to be applied but when there are about 10 of them running, my application slows down to a g …
0
votes
1answer
79 views
WPF WriteableBitmap and effects
Im trying to look into using the WPF WriteableBitmap class to allow my application to apply an opacity mask to an image.
Basically I have a blue rectangle as an image, and another …
0
votes
0answers
68 views
How to dispose a Writeable Bitmap? (WPF)
Some time ago i posted a question related to a WriteableBitmap memory leak, and though I received wonderful tips related to the problem, I still think there is a serious bug / (mis …
0
votes
1answer
83 views
WriteableBitmap unavailable?
I've discovered what may be the perfect answer to a question on buffered drawing, but for some reason my version of VS2008 doesn't seem to have a WriteableBitmap? I've tried includ …
