Bitmap InfoHdr & Bitmap data to JPG ?

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi
From an ActiveX i got an BitmapInfoHdr and the pixel data.

I want to compress it into JPG and then sent it via network to a remote.

I spent some time looking through the classes but did'nt find a good
starting point to convert(compress) my Bitmap data to chunk of JPG data.

Any hints ?
Johan
 
If you have Bitmap object in .NET then you have Save method.

This method has like 30 overloads. It allows you to save image in any format
to file or stream

Hope it helps
 
Back
Top