How to convert a JPG image to an 8-bit PNG image and save in C#?

I have captured a JPG image using a Webcam in C# and have stored it in a folder. Now I want to convert it to an 8-bit PNG image. I checked all over internet and Stack Overflow, but none of the pr...