Questions tagged [bitmapencoder]
18 questions
0
votes
2 answers
PixelBuffer.AsStream() method obsolete?
I was checking the MS library.
and it looks like PixelBuffer.AsStream() is obsolete for the Universal App development.
I'm using Win10(build 10240) with VS2015 Community version.
Do I miss anything ?
Additionally, what's the best way to encode or…

Carl S.
- 69
- 1
- 1
- 8
0
votes
1 answer
Why the image gets trimmed off from the top?
The code works, but the images get trimmed off from the top. I have tried everything, but I still can't figure it out.
Can someone please take a look at it?
Thanks in advance.
Code:
public class ScalingUtilities {
public static Bitmap…
user3873007
0
votes
1 answer
C# Saving video stream as image files
Is it possible to save out a video stream as image files using c# ?
I am able to save out one files easily, but can't keep up with the stream. I'm wondering if I can cache the bitmaps somehow before writing to disk to improve performance or…

Ben Gannaway
- 1,053
- 1
- 14
- 28