RGB to JPEG

  • Thread starter Thread starter Kiran A K
  • Start date Start date
K

Kiran A K

Hi,

I have an array of RGB values.
From this array I want to generate a JPEG file using C#.
Pls provide me with some source code.

Thanks,
Kiran
 
Hi,

You can create a Bitmap and then save it as Jpg using Bitmap.Save
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top